mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[bot] Rename CNPCMode to CGameMode
This commit is contained in:
18
bot/gamemodes.h
Normal file
18
bot/gamemodes.h
Normal 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
|
Reference in New Issue
Block a user