summaryrefslogtreecommitdiffstats
path: root/source/cSilverfish.h
blob: 0a949c7e3fd487a4a1b85d2680524986959e9751 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "cAggressiveMonster.h"

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

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