mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
This commit is contained in:
@@ -25,6 +25,12 @@ TransportMgr::TransportMgr() { }
|
||||
|
||||
TransportMgr::~TransportMgr() { }
|
||||
|
||||
TransportMgr* TransportMgr::instance()
|
||||
{
|
||||
static TransportMgr instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
void TransportMgr::Unload()
|
||||
{
|
||||
_transportTemplates.clear();
|
||||
|
||||
Reference in New Issue
Block a user