December 2014 files
This commit is contained in:
@@ -12,7 +12,10 @@ public:
|
||||
static Entity *create(Level *level) { return new Giant(level); }
|
||||
|
||||
Giant(Level *level);
|
||||
|
||||
int getMaxHealth();
|
||||
|
||||
protected:
|
||||
virtual void registerAttributes();
|
||||
|
||||
public:
|
||||
virtual float getWalkTargetValue(int x, int y, int z);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user