mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-31 22:49:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#include "cbase.h"
|
||||
#include "asw_holdout_spawner.h"
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
||||
LINK_ENTITY_TO_CLASS( asw_holdout_spawner, CASW_Holdout_Spawner );
|
||||
|
||||
BEGIN_DATADESC( CASW_Holdout_Spawner )
|
||||
END_DATADESC()
|
||||
|
||||
CASW_Holdout_Spawner::CASW_Holdout_Spawner()
|
||||
{
|
||||
}
|
||||
|
||||
CASW_Holdout_Spawner::~CASW_Holdout_Spawner()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CASW_Holdout_Spawner::Spawn()
|
||||
{
|
||||
BaseClass::Spawn();
|
||||
}
|
||||
Reference in New Issue
Block a user