void Awake() { if (s_instance == null) { s_instance = this; } else { if (s_instance != this) { Destroy(gameObject); } } }
void Awake() { if (s_instance == null) { s_instance = this; } else { if (s_instance!=this) { Destroy(gameObject); } } }