Exemple #1
0
 void Awake()
 {
     if (instance != null)
     {
         return;
     }
     instance = this;
 }
Exemple #2
0
 void OnDestroy()
 {
     GeneralEventSystem.send(new RemoveEntityEvent(entity));
 }