private void OnDestroy() { Instance = null; }
private void Awake() { if(Instance == null) Instance = this; }