private void Awake() { if (Instance) { Destroy(Instance); } Instance = this; }
void Awake() { if (instance) { Destroy(instance); } instance = this; }
void Awake() { if(instance) { Destroy(instance); } instance = this; }