예제 #1
0
 public List <Item> GetTypeItemList(Item.E_TYPE _Type)
 {
     return(m_InventoryContainer.GetTypeItemList(_Type));
 }