예제 #1
0
 public List <ItemData> GetInventoryList(INVENTORY_TYPE eType)
 {
     return(m_UserInventory.GetInventoryList(eType));
 }