summaryrefslogblamecommitdiffstats
path: root/src/Mobs/NewMooshroom.h
blob: 2e10ad0a30df417c7c0f87e0df6197fe2a0efc00 (plain) (tree)
























                                                                                    

#pragma once

#include "NewMonster.h"





class cNewMooshroom :
	public cNewMonster
{
	typedef cNewMonster super;
	
public:
	cNewMooshroom(void);

	CLASS_PROTODEF(cNewMooshroom)

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