summaryrefslogblamecommitdiffstats
path: root/source/Mobs/Wolf.h
blob: bde5b9d32931d9c26c99039f3e7dab1f987cd15d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

            
                                     








                                                     
#pragma once

#include "PassiveAggressiveMonster.h"

class cWolf : public cPassiveAggressiveMonster
{
public:
	cWolf();
	~cWolf();

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