InventoryLogic.getItems C# (CSharp) 메소드

getItems() 공개 메소드

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