public PlayerMovementController(PlayerInputState inputState, PlayerShipModel playerShip) { this.inputState = inputState; this.playerShip = playerShip; }
public PlayerShipBehaviour(PlayerShipModel playerShip) { this.playerShip = playerShip; }