mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
10 lines
No EOL
209 B
C++
10 lines
No EOL
209 B
C++
#include "ForwardsZone.h"
|
|
|
|
namespace Sapphire::World::Manager
|
|
{
|
|
class PlayerMgr
|
|
{
|
|
public:
|
|
void movePlayerToLandDestination( Core::Entity::Player& player, uint32_t landId, uint16_t param = 0 );
|
|
};
|
|
} |