This commit is contained in:
parent
6c5c1fba9b
commit
f81d0c4b5e
15 changed files with 424 additions and 211 deletions
|
@ -49,6 +49,14 @@ public:
|
|||
};
|
||||
|
||||
|
||||
class CPlayerStateAirChop : public CPlayerStateChop
|
||||
{
|
||||
public:
|
||||
void think(class CPlayer *_player);
|
||||
|
||||
};
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Globals
|
||||
------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue