InventoryLogic.getItems C# (CSharp) Méthode

getItems() public méthode

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