summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Mooshroom.h
blob: 6630c57eca70ffc0274b6f204a7f4e6c34ce69bd (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;
} ;