Ejemplo n.º 1
0
    public static bool isGame = false; //是否正在游戏中(如果是游戏主界面就不是游戏中)

    private void Awake()
    {
        ViewManager.Init();
        ClassCreater.Creat();
    }
Ejemplo n.º 2
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 public Model()
 {
     _classCreater = new ClassCreater();
 }