mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 01:37:47 +00:00
19 lines
203 B
C
19 lines
203 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
#include <string>
|
||
|
#include <ForwardsZone.h>
|
||
|
#include <Util/Util.h>
|
||
|
|
||
|
namespace Sapphire::World::Manager
|
||
|
{
|
||
|
|
||
|
class WarpMgr
|
||
|
{
|
||
|
public:
|
||
|
WarpMgr() = default;
|
||
|
|
||
|
};
|
||
|
|
||
|
}
|