1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 17:57:47 +00:00
sapphire/src/servers/sapphire_zone/Manager/PlayerMgr.h

10 lines
209 B
C
Raw Normal View History

#include "ForwardsZone.h"
namespace Sapphire::World::Manager
{
class PlayerMgr
{
public:
void movePlayerToLandDestination( Core::Entity::Player& player, uint32_t landId, uint16_t param = 0 );
};
}