Exemple #1
0
 public virtual void Awake()
 {
     IGGString.Init();
     DontDestroyOnLoad(gameObject);
     //Application.targetFrameRate = 30;
     SceneM.LinkScheduler(gameObject);
     EventCenter.Init();
     NetCache.Init();
     protobufM.Init();
 }
Exemple #2
0
 void Awake()
 {
     DontDestroyOnLoad(gameObject);
     SceneM.LinkScheduler(gameObject);
     App.Init();
 }