mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
10 lines
209 B
C
10 lines
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 );
|
||
|
};
|
||
|
}
|