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

            
                              
 





                                 
 

                                         
       
                      
 
                                





                                                                                  
 

#pragma once

#include "AggressiveMonster.h"





class cSpider :
	public cAggressiveMonster
{
	typedef cAggressiveMonster super;
	
public:
	cSpider(void);

	CLASS_PROTODEF(cSpider);

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