22 #ifndef NET_TMWA_BUYINGSTOREHANDLER_H
23 #define NET_TMWA_BUYINGSTOREHANDLER_H
39 void create(
const std::string &name,
42 const STD_VECTOR<ShopItem*> &items)
const override final;
44 void close()
const override final;
46 void open(
const Being *
const being)
const override final;
50 const Item *
const item,
51 const int amount)
const override final;
void create(const std::string &name, const int maxMoney, const bool flag, const std::vector< ShopItem * > &items) const
void sell(const Being *const being, const int storeId, const Item *const item, const int amount) const
void open(const Being *const being) const
#define A_DELETE_COPY(func)