Exemplo n.º 1
0
 void OnDestroy()
 {
     if (AllIdentifiers.Count > 0)
     {
         AllIdentifiers.Remove(this);
     }
 }
Exemplo n.º 2
0
 void ConfigureId()
 {
     _id = SaveGameManager.GetId(gameObject);
     AllIdentifiers.Add(this);
 }