summaryrefslogblamecommitdiffstats
path: root/source/Mobs/Ocelot.h
blob: acda6a1e6dd6093618d2bb378d9ea23d34b962c4 (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();

	CLASS_PROTODEF(cOcelot);
} ;