using UnityEngine; using System.Collections; public class UISetting : ScriptableObject { public Font defaultFont; }