Beispiel #1
0
 public void Execute(float deltaTime)
 {
     if (_uiController.IsPaused())
     {
         return;
     }
     _playerMovementService.Execute(deltaTime);
     _playerActionService.Execute(deltaTime);
 }