private void Awake() { _states.SetDefault(); _animator.SetStates(_states); _playerPanel.Present(_health, _states.PowerState); }