Files
SA-MP/bot/gamemodes.h

19 lines
200 B
C
Raw Normal View History

2024-01-19 23:19:26 +08:00
#ifndef SAMPNPC_GAMEMODES_H
#define SAMPNPC_GAMEMODES_H
class CGameMode // size: 110
{
private:
char _gap0[104];
char field_68;
char field_69;
float field_6A;
public:
CGameMode();
};
#endif