summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Mooshroom.h
blob: 40ba411557dd5d664bd7ad5ab1c767be65799ab0 (plain) (tree)


















                                  
                                                                                        




   

#pragma once

#include "Monster.h"





class cMooshroom :
	public cMonster
{
	typedef cMonster super;
	
public:
	cMooshroom(void);

	CLASS_PROTODEF(cMooshroom)

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