コード例 #1
0
 // Update is called once per frame
 void UpgradeFetcher()
 {
     if (shop.BuyFetchers(1))
     {
         info_text.text = "Upgraded Fetchers!";
     }
     else
     {
         info_text.text = "Insufficient Funds!";
     }
 }