mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 12:16:15 +08:00
[server] Implement CGameMode ctor/dtor
* Add CGameMode::Unload stub
This commit is contained in:
@ -5,7 +5,16 @@
|
||||
class CGameMode // size: WL 110
|
||||
{
|
||||
private:
|
||||
char _gap0[110];
|
||||
char gap0[104];
|
||||
char field_68;
|
||||
char field_69;
|
||||
char gap6A[4];
|
||||
|
||||
public:
|
||||
CGameMode();
|
||||
~CGameMode();
|
||||
|
||||
void Unload();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user