summaryrefslogblamecommitdiffstats
path: root/source/cSheep.h
blob: 170ea93fc4f50a0578d5cd17bc4bd35cfed176a8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

             
                             
 
                                      


                  

                   

                                                      
                                                    
   
#pragma once

#include "cPassiveMonster.h"

class cSheep : public cPassiveMonster
{
public:
	cSheep();
	~cSheep();

	virtual bool IsA( const char* a_EntityType );

	virtual void KilledBy( cEntity* a_Killer );
};