mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[saco] Implement CNetGame::GetTime
This commit is contained in:
@ -17,3 +17,8 @@ CNetGame::CNetGame(PCHAR szHostOrIp, int iPort,
|
||||
|
||||
// TODO: CNetGame::CNetGame(...) .text:1000B930
|
||||
}
|
||||
|
||||
DWORD CNetGame::GetTime()
|
||||
{
|
||||
return (DWORD)RakNet::GetTime();
|
||||
}
|
||||
|
Reference in New Issue
Block a user