Beispiel #1
0
 public void LoadToPlayer(Player player, bool shouldClear)
 {
     if (shouldClear)
     {
         InventoryHelper.ClearPlayerInventory(player);
     }
     InventoryHelper.GiveInventoryItems(player, Items);
 }