public void Start() { if (Instance != null) { Destroy(this); return; } Instance = this; }
public void OnDestroy() { Instance = null; }