public static void AddItem(string template) { Player.MainInventory.Add(ItemFactory.GetItem(template)); }
public static void AddItem(string template) { World.Get <ContainerSystem>().TryAdd(Player.MainInventory, ItemFactory.GetItem(template)); }