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