예제 #1
0
 public void OnNpcIncomeEvent(Income income)
 {
     Coin += income.GetCoin();
     AddXp(income.GetXp());
     AddGold(Coin);
 }