示例#1
0
 public void TakeCredit(int amount)
 {
     stats.TakeCredit(amount);
     //update inventory event
 }