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