1
0
cuberite-2a/source/Mobs/Ocelot.h

24 lines
202 B
C
Raw Normal View History

#pragma once
#include "PassiveMonster.h"
class cOcelot :
public cPassiveMonster
{
typedef cPassiveMonster super;
public:
cOcelot();
CLASS_PROTODEF(cOcelot);
} ;