コード例 #1
0
 private void SelectShip()
 {
     Debug.Log("Selected ship: " + ShipOnButton.Name);
     Hangar.SelectShip(ShipOnButton, Button);
 }