December 2014 files
This commit is contained in:
@@ -9,11 +9,11 @@ class FollowParentGoal : public Goal
|
||||
private:
|
||||
Animal *animal; // Owner of this goal
|
||||
weak_ptr<Animal> parent;
|
||||
float speed;
|
||||
double speedModifier;
|
||||
int timeToRecalcPath;
|
||||
|
||||
public:
|
||||
FollowParentGoal(Animal *animal, float speed);
|
||||
FollowParentGoal(Animal *animal, double speedModifier);
|
||||
|
||||
virtual bool canUse();
|
||||
virtual bool canContinueToUse();
|
||||
|
||||
Reference in New Issue
Block a user