예제 #1
0
 void Update()
 {
     if (_gameManeger.IsGameStarted && !_gameManeger.IsGameFinished)
     {
         _animator.SetBool(_isShootingParameterName, _input.IsShooterPressed());
     }
 }