summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Witch.h
blob: 7013f998a3b8a70623763c1d573fa410dff49971 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


            
                    





              
                       
 
                               
 


                 
                              
 
                                                                                       
                                              




   

#pragma once

#include "Monster.h"





class cWitch :
	public cMonster
{
	typedef cMonster super;

public:
	cWitch();

	CLASS_PROTODEF(cWitch)

	virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override;
	bool IsAngry() const { return false; }
} ;