コード例 #1
0
 public bool ApplyChangeToWallet(int delta)
 {
     Wallet.ApplyChange(delta);
     OnInventoryChanged.Invoke();
     return(true);
 }