コード例 #1
0
ファイル: GameManager.cs プロジェクト: TerranCorp/BattleShip
 private void RotateShipClicked()
 {
     shipScript.RotateShip();
 }