1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 01:37:47 +00:00
sapphire/src/world/Manager/WarpMgr.h

19 lines
203 B
C
Raw Normal View History

#pragma once
#include <cstdint>
#include <string>
#include <ForwardsZone.h>
#include <Util/Util.h>
namespace Sapphire::World::Manager
{
class WarpMgr
{
public:
WarpMgr() = default;
};
}