This commit is contained in:
parent
f3399d5ee2
commit
72188ba610
1 changed files with 29 additions and 0 deletions
29
source/enemy/nbooger.h
Normal file
29
source/enemy/nbooger.h
Normal file
|
@ -0,0 +1,29 @@
|
|||
/*=========================================================================
|
||||
|
||||
nbooger.h
|
||||
|
||||
Author: CRB
|
||||
Created:
|
||||
Project: Spongebob
|
||||
Purpose:
|
||||
|
||||
Copyright (c) 2000 Climax Development Ltd
|
||||
|
||||
===========================================================================*/
|
||||
|
||||
#ifndef __ENEMY_NBOOGER_H__
|
||||
#define __ENEMY_NBOOGER_H__
|
||||
|
||||
class CNpcBoogerMonsterEnemy : public CNpcEnemy
|
||||
{
|
||||
protected:
|
||||
virtual bool processSensor();
|
||||
virtual void processClose( int _frames );
|
||||
|
||||
enum
|
||||
{
|
||||
NPC_BOOGER_MONSTER_MAX_EXTENSION = 20,
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue