[saco] Implement CNetGame::GetTime

This commit is contained in:
RD42
2024-01-06 23:39:04 +08:00
parent 94a25da90d
commit b4233b91f5
4 changed files with 19 additions and 0 deletions

View File

@ -17,3 +17,8 @@ CNetGame::CNetGame(PCHAR szHostOrIp, int iPort,
// TODO: CNetGame::CNetGame(...) .text:1000B930
}
DWORD CNetGame::GetTime()
{
return (DWORD)RakNet::GetTime();
}