about summary refs log tree commit diff
path: root/src/game/server/srv_tdm.h
blob: 748c2e9eeb390a41c514351fc13fe3bcbf1807ae (plain)
1
2
3
4
5
6
// game object
class gameobject_tdm : public gameobject
{
public:
	virtual void tick();
};