10 lines
125 B
C#
10 lines
125 B
C#
|
using UnityEngine;
|
|||
|
using System.Collections;
|
|||
|
|
|||
|
public class UIFontMark : MonoBehaviour
|
|||
|
{
|
|||
|
|
|||
|
public int FontModeMark;
|
|||
|
|
|||
|
}
|