upload "kind" alien swarm

This commit is contained in:
nillerusr
2023-10-03 17:23:56 +03:00
parent b7bd94c52e
commit 7d3c0d8b5a
4229 changed files with 462900 additions and 495155 deletions
+3 -5
View File
@@ -1,4 +1,4 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: Team management class. Contains all the details for a specific team
//
@@ -42,7 +42,7 @@ public:
virtual int GetTeamNumber( void ) const;
virtual const char *GetName( void );
virtual void UpdateClientData( CBasePlayer *pPlayer );
virtual bool ShouldTransmitToPlayer( CBasePlayer* pRecipient, CBaseEntity* pEntity );
virtual int ShouldTransmitToPlayer( CBasePlayer* pRecipient, CBaseEntity* pEntity );
//-----------------------------------------------------------------------------
// Spawnpoints
@@ -76,8 +76,6 @@ public:
void AwardAchievement( int iAchievement );
virtual int GetAliveMembers( void );
public:
CUtlVector< CTeamSpawnPoint * > m_aSpawnPoints;
CUtlVector< CBasePlayer * > m_aPlayers;
@@ -97,5 +95,5 @@ public:
extern CUtlVector< CTeam * > g_Teams;
extern CTeam *GetGlobalTeam( int iIndex );
extern int GetNumberOfTeams( void );
extern const char* GetTeamName( int iTeam );
#endif // TEAM_H