void Awake() { if (Instance != null && Instance != this) { Destroy(gameObject); } Instance = this; }
void Awake() { if (Instance != null && Instance != this) Destroy(gameObject); Instance = this; }