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