InventoryLogic.getItems C# (CSharp) Метод

getItems() публичный Метод

public getItems ( ) : List>.Dictionary
Результат List>.Dictionary
	public Dictionary<string, List<GameObject>> getItems(){
		return m_Items;
	}