pub async fn get_all_npc_items(
configuration: &Configuration,
params: GetAllNpcItemsParams,
) -> Result<DataPageNpcItem, Error<GetAllNpcItemsError>>Expand description
Retrieve the list of all NPC items.
pub async fn get_all_npc_items(
configuration: &Configuration,
params: GetAllNpcItemsParams,
) -> Result<DataPageNpcItem, Error<GetAllNpcItemsError>>Retrieve the list of all NPC items.