Ejemplo n.º 1
0
 void Awake()
 {
     _Instance = this;
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     //事件注册(等级提升)
     Mod_PlayerKernelDataProxy.eve_PlayerKernalData += LevelUp;
     Instance = this;
 }