コード例 #1
0
 public void BuyShip()
 {
     if (currentShip != null)
     {
         gameStats.BuyShip(currentShip);
     }
     else
     {
     }
 }