This commit is contained in:
parent
4e4300b439
commit
aa3b575d38
3 changed files with 48 additions and 4 deletions
|
@ -23,6 +23,7 @@ class CNpcGeyserPlatformGenerator : public CNpcPlatform
|
|||
public:
|
||||
void setTargetType( NPC_PLATFORM_UNIT_TYPE targetType ) {m_targetType = targetType;}
|
||||
virtual void render();
|
||||
virtual CRECT const *getThinkBBox();
|
||||
protected:
|
||||
virtual void think( int _frames );
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue