mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-24 21:54:30 +00:00
9 lines
378 B
C++
9 lines
378 B
C++
class CCodplay : public CHalfLifeMultiplay
|
|
{
|
|
public:
|
|
CCodplay();
|
|
virtual const char *GetGameDescription( void ) { return "Cawadooty"; } // this is the game name that gets seen in the server browser
|
|
virtual BOOL IsCOD( void );
|
|
virtual void PlayerSpawn( CBasePlayer *pPlayer );
|
|
virtual void PlayerKilled( CBasePlayer *pVictim, entvars_t *pKiller, entvars_t *pInflictor );
|
|
}; |