Beispiel #1
0
 public void AddGold(Gold gold)
 {
     UI_Control.AddLog(gold.getValue() + " 골드를 획득하였다.");
     ((Gold)equip [4]).incAmount (gold.getValue());
     ui_control.SetGold (((Gold)equip[4]).getValue());
 }