summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Cow.h
blob: 09f68fe133f94977a11dc416b9d04239682e0afc (plain) (tree)


















                               
                                                                                    




   

#pragma once

#include "Monster.h"





class cCow :
	public cMonster
{
	typedef cMonster super;
	
public:
	cCow();

	CLASS_PROTODEF(cCow)

	virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
} ;