public List <ItemData> GetInventoryList(INVENTORY_TYPE eType) { return(m_UserInventory.GetInventoryList(eType)); }