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



                            





                               
  

                                       

                   
 




                                                              
 

#pragma once

#include "PassiveMonster.h"





class cOcelot :
	public cPassiveMonster
{
	typedef cPassiveMonster super;
	
public:
	cOcelot();

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