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