This commit is contained in:
parent
d0a56dd8f7
commit
06af0d4ec4
4 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
|
||||
class CGaryGoLeftTrigger : public CTrigger
|
||||
{
|
||||
public:
|
||||
bool alwaysThink() {return(true);}
|
||||
protected:
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue