protected override void OnDestroy() { Instance = null; base.OnDestroy(); }
private void Awake() { Instance = this; Initialize(); }