Hey guys,
I'm trying to add an item to a crate.
For example an apple:
LootContainer box ...;
box.inventory.AddItem(ItemManager.FindItemDefinition("apple"), 1);(Code doesn't work)
What is the way to go when it comes to manually managing crate's items?