This commit is contained in:
parent
51249170a7
commit
a3e585e960
4 changed files with 13 additions and 13 deletions
|
@ -22,14 +22,11 @@ class CNpcFishHookPlatform : public CNpcPlatform
|
|||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
void setToShutdown();
|
||||
u8 isSetToShutdown() {return( m_isShuttingDown );}
|
||||
protected:
|
||||
virtual void processLifetime( int _frames );
|
||||
virtual void processMovement( int _frames );
|
||||
|
||||
u8 m_isMoving;
|
||||
u8 m_isShuttingDown;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue