예제 #1
0
 public void IncreaseStatusPoints(int amount)
 {
     characterStatus.IncreaseStatusPoints(amount);
     OnStatusPointsUpdated?.Invoke();
 }