mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-09 04:07:46 +00:00
13 lines
219 B
C
13 lines
219 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "ForwardsZone.h"
|
||
|
#include <Service.h>
|
||
|
#include "WorldServer.h"
|
||
|
|
||
|
namespace Sapphire::World::Manager
|
||
|
{
|
||
|
class PlayerMgr;
|
||
|
|
||
|
World::Manager::PlayerMgr& playerMgr();
|
||
|
World::WorldServer& server();
|
||
|
}
|