9 Banker(EntityId entity_id, nlohmann::json npc_info,
Map& map);
17 const std::string
list_vault(std::string player_name)
const;
18 void deposit_gold(uint32_t amount,
Player *player);
19 void withdraw_gold(uint32_t amount,
Player *player);
20 void deposit_item(SlotId slot, uint32_t amount,
Player *player);
21 void withdraw_item(SlotId slot, uint32_t amount,
Player *player);