Esempio n. 1
0
 // Fixed Update is called once per frame
 void FixedUpdate()
 {
     _playerShipMovement.HandleMovement();
     _cameraService.HandleFollowObject();
     _playerShipThrustParticlesService.HandleShipThrottleParticleSystems();
 }