コード例 #1
0
ファイル: BuyUI.cs プロジェクト: Gismar/Civilization
 public void CallBuy()
 {
     Debug.Log("buy");
     _map.Buy();
 }