Пример #1
0
 void Awake()
 {
     _Instance = this;
 }
Пример #2
0
 private void Awake()
 {
     //事件注册(等级提升)
     Mod_PlayerKernelDataProxy.eve_PlayerKernalData += LevelUp;
     Instance = this;
 }