This commit is contained in:
Charles 2001-04-20 17:00:00 +00:00
parent f3399d5ee2
commit 72188ba610

29
source/enemy/nbooger.h Normal file
View 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