Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
541 B

//========= Copyright Valve Corporation, All rights reserved. ============//
// tf_bot_hint_teleporter_exit.cpp
// Designer-placed hint for bot teleporter exit placement
// Michael Booth, May 2010
#include "cbase.h"
#include "tf_bot_hint_teleporter_exit.h"
BEGIN_DATADESC( CTFBotHintTeleporterExit )
END_DATADESC()
LINK_ENTITY_TO_CLASS( bot_hint_teleporter_exit, CTFBotHintTeleporterExit );
//------------------------------------------------------------------------------
CTFBotHintTeleporterExit::CTFBotHintTeleporterExit( void )
{
}