quadrilateralcowboy/d3xp/jellypoint.h
2020-06-12 14:06:25 -07:00

10 lines
115 B
C++

class idJellyPoint : public idEntity
{
public:
CLASS_PROTOTYPE( idJellyPoint );
void Spawn( void );
};