summaryrefslogblamecommitdiffstats
path: root/source/Mobs/Silverfish.h
blob: 453995ec67371c1dc42cda6c7994f249dbfe2828 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

            
                              






                                             
                                                    
  
#pragma once

#include "AggressiveMonster.h"

class cSilverfish : public cAggressiveMonster
{
public:
	cSilverfish();
	~cSilverfish();

	virtual bool IsA(const char * a_EntityType);
};