summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Ocelot.h
blob: 87571022ffec9e29181806a415c164a958b55a94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "PassiveMonster.h"

class cOcelot : public cPassiveMonster
{
public:
	cOcelot();
	~cOcelot();

	virtual bool IsA( const char* a_EntityType );

	virtual void KilledBy( cEntity* a_Killer );
};