mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
21 lines
No EOL
554 B
C++
21 lines
No EOL
554 B
C++
#include "ActionMgr.h"
|
|
|
|
using namespace Sapphire;
|
|
|
|
World::Manager::ActionMgr::ActionMgr( Sapphire::FrameworkPtr pFw ) :
|
|
BaseManager( pFw )
|
|
{
|
|
|
|
}
|
|
|
|
void World::Manager::ActionMgr::handleAoEPlayerAction( Entity::Player& player, uint8_t type,
|
|
uint32_t actionId, Common::FFXIVARR_POSITION3 pos )
|
|
{
|
|
|
|
}
|
|
|
|
void World::Manager::ActionMgr::handleTargetedPlayerAction( Entity::Player& player, uint8_t type,
|
|
uint32_t actionId, uint64_t targetId )
|
|
{
|
|
|
|
} |