InventoryLogic.getItems C# (CSharp) Method

getItems() public method

public getItems ( ) : List>.Dictionary
return List>.Dictionary
	public Dictionary<string, List<GameObject>> getItems(){
		return m_Items;
	}