92c59963f
16f44ab7d
912a1e7ad
1 2
3
4 5 6 7 8 9 10
11
12
#pragma once #include "AggressiveMonster.h" class cSilverfish : public cAggressiveMonster { public: cSilverfish(); ~cSilverfish(); virtual bool IsA(const char * a_EntityType); };