summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Squid.h
blob: 30f3afe2369b73c7ea937a1c260ddc6719bb47a6 (plain) (tree)


















                               
                                                                                        




   

#pragma once

#include "Monster.h"





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

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