#include <buyingstorehandler.h>
Definition at line 38 of file buyingstorehandler.h.
◆ BuyingStoreHandler()
Net::BuyingStoreHandler::BuyingStoreHandler |
( |
| ) |
|
|
inline |
◆ ~BuyingStoreHandler()
virtual Net::BuyingStoreHandler::~BuyingStoreHandler |
( |
| ) |
|
|
inlinevirtual |
◆ close()
virtual void Net::BuyingStoreHandler::close |
( |
| ) |
const |
|
pure virtual |
◆ create()
virtual void Net::BuyingStoreHandler::create |
( |
const std::string & |
name, |
|
|
const int |
maxMoney, |
|
|
const bool |
flag, |
|
|
const std::vector< ShopItem * > & |
items |
|
) |
| const |
|
pure virtual |
◆ open()
virtual void Net::BuyingStoreHandler::open |
( |
const Being *const |
being | ) |
const |
|
pure virtual |
◆ sell()
virtual void Net::BuyingStoreHandler::sell |
( |
const Being *const |
being, |
|
|
const int |
storeId, |
|
|
const Item *const |
item, |
|
|
const int |
amount |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: