public PlayerMovementController(PlayerInputState inputState, PlayerShipModel playerShip)
 {
     this.inputState = inputState;
     this.playerShip = playerShip;
 }
Exemplo n.º 2
0
 public PlayerShipBehaviour(PlayerShipModel playerShip)
 {
     this.playerShip = playerShip;
 }