feat(Misc): update to new API (#41)

This commit is contained in:
Kargatum
2022-01-19 12:02:24 +07:00
committed by GitHub
parent 0467ed0f51
commit 2319489102
5 changed files with 48 additions and 24 deletions

View File

@@ -37,9 +37,6 @@ void AnticheatData::SetLastOpcode(uint32 opcode)
void AnticheatData::SetPosition(float x, float y, float z, float o)
{
lastMovementInfo.pos = { x, y, z, o };
}
uint32 AnticheatData::GetLastOpcode() const