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