![]() |
TrinityCore
|
#include <AuctionHouseBot.h>
Inheritance diagram for AuctionBotAgent:Public Member Functions | |
| AuctionBotAgent ()=default | |
| AuctionBotAgent (AuctionBotAgent const &)=delete | |
| AuctionBotAgent (AuctionBotAgent &&)=delete | |
| AuctionBotAgent & | operator= (AuctionBotAgent const &)=delete |
| AuctionBotAgent & | operator= (AuctionBotAgent &&)=delete |
| virtual | ~AuctionBotAgent ()=default |
| virtual bool | Initialize ()=0 |
| virtual bool | Update (AuctionHouseType houseType)=0 |
Definition at line 273 of file AuctionHouseBot.h.
|
default |
|
delete |
|
delete |
|
virtualdefault |
|
pure virtual |
Implemented in AuctionBotBuyer, and AuctionBotSeller.
|
delete |
|
delete |
|
pure virtual |
Implemented in AuctionBotBuyer, and AuctionBotSeller.