Example #1
0
 public static void smith_refund(int cur_money)
 {
     SelectedPartyLeader.AdjustMoney(cur_money - SelectedPartyLeader.GetMoney());
 }