mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
11 lines
115 B
C
11 lines
115 B
C
|
|
||
|
class idJellyPoint : public idEntity
|
||
|
{
|
||
|
public:
|
||
|
CLASS_PROTOTYPE( idJellyPoint );
|
||
|
|
||
|
void Spawn( void );
|
||
|
|
||
|
|
||
|
};
|