private void OnDestroy() { if (!_instance == this) { return; } _instance = null; OnInputUnSubscribe(); }
private void Awake() { _instance = this; }