コード例 #1
0
 void UpdateCurrency(int oldCurrency, int newCurrency)
 {
     if (hasAuthority)
     {
         localEconomy.SetCurrency(newCurrency);
     }
 }