Main/Component/UI/Common/FontSwitch.cs
@@ -15,15 +15,16 @@ [ExecuteAlways] private void Awake() { switch (m_FontType) { case FontType.Preferred: text.font = FontUtility.preferred; break; case FontType.Secondary: text.font = FontUtility.secondary; break; } // TODO YYL // switch (m_FontType) // { // case FontType.Preferred: // text.font = FontUtility.preferred; // break; // case FontType.Secondary: // text.font = FontUtility.secondary; // break; // } } public enum FontType