This commit is contained in:
parent
7b80782ebc
commit
fcaef22819
4 changed files with 44 additions and 6 deletions
|
@ -43,6 +43,10 @@ public:
|
|||
virtual void think(int _frames);
|
||||
|
||||
|
||||
protected:
|
||||
virtual int isSelectable() {return true;}
|
||||
|
||||
|
||||
private:
|
||||
int *m_target;
|
||||
int *m_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue