tfc/src/server/bot.qc

21 lines
194 B
Plaintext

class
TFCBot:bot
{
void TFCBot(void);
//virtual void CreateObjective(void);
};
void
TFCBot::TFCBot(void)
{
}
#if 0
void
TFCBot::CreateObjective(void)
{
super:: CreateObjective();
}
#endif