Example #1
0
 public void CollectFromChest(int id)
 {
     currentChest.CollectFromChest(id);
     UpdateChestUI();
 }