コード例 #1
0
ファイル: AppController.cs プロジェクト: NashIlli/calculandox
 void Awake()
 {
     if (appController == null) appController = this;
     else if (appController != this) Destroy(gameObject);
     DontDestroyOnLoad(gameObject);
     appModel = new AppModel();
     //InitModelFromJsonInfo();
 }