jellypoint.h 125 B

1234567891011
  1. class idJellyPoint : public idEntity
  2. {
  3. public:
  4. CLASS_PROTOTYPE( idJellyPoint );
  5. void Spawn( void );
  6. };