[bot] Rename CNPCMode to CGameMode

This commit is contained in:
RD42
2024-01-19 23:19:26 +08:00
parent ec63982f4d
commit 00b4c91686
8 changed files with 35 additions and 33 deletions

18
bot/gamemodes.h Normal file
View File

@ -0,0 +1,18 @@
#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