1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

Qualifiers

This commit is contained in:
Maru 2018-03-02 10:18:54 -03:00
parent e31b3c35ef
commit 6d65274d13

View file

@ -48,7 +48,7 @@ public:
TerritoryMgr& getTerritoryMgr(); TerritoryMgr& getTerritoryMgr();
LinkshellMgr& getLinkshellMgr(); LinkshellMgr& getLinkshellMgr();
Db::DbWorkerPool< Db::CharaDbConnection >& getCharaDb(); Db::DbWorkerPool< Db::CharaDbConnection >& getCharaDb();
ServerZone& Framework::getServerZone(); ServerZone& getServerZone();
}; };