summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Ocelot.h
blob: 1777b14ce40f975df4597807a2ee8f83d8aea916 (plain) (tree)

























                                                                                   

#pragma once

#include "Monster.h"





class cOcelot :
	public cMonster
{
	typedef cMonster super;
	
public:
	cOcelot(void) :
		super("Ocelot", mtOcelot, "mob.cat.hitt", "mob.cat.hitt", 0.6, 0.8)
	{
	}

	CLASS_PROTODEF(cOcelot)
} ;