public PlayerMovementController(PlayerInputState inputState, PlayerShipModel playerShip)
 {
     this.inputState = inputState;
     this.playerShip = playerShip;
 }
示例#2
0
 public PlayerShipBehaviour(PlayerShipModel playerShip)
 {
     this.playerShip = playerShip;
 }