Пример #1
0
 private void Awake()
 {
     _playerInput  = new PlayerInputAction();
     _stateManager = GetComponent <PlayerStateManager>();
 }