コード例 #1
0
 public void TakeItems(Inventory.ITEMS item)
 {
     Inventory.hasBossKey = false;
 }
コード例 #2
0
 public void GiveItems(Inventory.ITEMS item)
 {
     Inventory.hasBossKey = true;
 }