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.
 
 
 
 
 
 

23 lines
666 B

//========= Copyright Valve Corporation, All rights reserved. ============//
// tf_bot_hint_teleporter_exit.h
// Designer-placed hint for bot teleporter exit placement
// Michael Booth, May 2010
#ifndef TF_BOT_HINT_TELEPORTER_EXIT_H
#define TF_BOT_HINT_TELEPORTER_EXIT_H
#include "tf_bot_hint_entity.h"
class CTFBotHintTeleporterExit : public CBaseTFBotHintEntity
{
DECLARE_CLASS( CTFBotHintTeleporterExit, CBaseTFBotHintEntity );
public:
DECLARE_DATADESC();
CTFBotHintTeleporterExit( void );
virtual ~CTFBotHintTeleporterExit() { }
virtual HintType GetHintType() const OVERRIDE { return HINT_TELEPORTER_EXIT; }
};
#endif // TF_BOT_HINT_TELEPORTER_EXIT_H