mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-19 20:26:20 +08:00
Types for Map hooks, Map utility & Teleport hooks
This commit is contained in:
@ -144,7 +144,7 @@ namespace cheat
|
||||
CALL_ORIGIN(GameManager_Update_Hook, __this, method);
|
||||
}
|
||||
|
||||
static void LevelSyncCombatPlugin_RequestSceneEntityMoveReq_Hook(app::BKFGGJFIIKC* __this, uint32_t entityId, app::MotionInfo* syncInfo,
|
||||
static void LevelSyncCombatPlugin_RequestSceneEntityMoveReq_Hook(app::LevelSyncCombatPlugin* __this, uint32_t entityId, app::MotionInfo* syncInfo,
|
||||
bool isReliable, uint32_t relseq, MethodInfo* method)
|
||||
{
|
||||
events::MoveSyncEvent(entityId, syncInfo);
|
||||
|
Reference in New Issue
Block a user