private void OnDisable() { gameProxy.RemoveObject(gameObject); }
private void OnDisable() { Controller.RemoveObject(gameObject); }
private void OnDisable() { Character.Health.DieEvent -= OnDead; Controller.RemoveObject(gameObject); }