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



                               





                                  
  

                                          

                  
 






                                                                                   
 

#pragma once

#include "AggressiveMonster.h"





class cWitch :
	public cAggressiveMonster
{
	typedef cAggressiveMonster super;
	
public:
	cWitch();

	virtual bool IsA(const char* a_EntityType) override;

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