the final itemrefactor (probably) #113

Merged
jake merged 53 commits from peak_itemrefactor into master 2022-07-20 02:12:55 -04:00
Showing only changes of commit 8b79ed18e0 - Show all commits

View File

@ -463,7 +463,7 @@ fn add_inventory_item_to_bank(character_id: CharacterEntityId)
}
}
pub async fn deposit_item<'a, EG>(
pub async fn deposit_item<'a, EG> (
item_state: &'a mut ItemState,
entity_gateway: &mut EG,
character: &CharacterEntity,