예제 #1
0
 public void ChangeKeyCount(int change)
 {
     Keys += change;
     UpdateConsumable?.Invoke();
 }
예제 #2
0
 private void Start()
 {
     UpdateEquipment?.Invoke();
     UpdateConsumable?.Invoke();
     UpdateQuestItems?.Invoke();
 }
예제 #3
0
 public void ChangeArrowCount(int change)
 {
     Arrows += change;
     UpdateConsumable?.Invoke();
 }