December 2014 files
This commit is contained in:
@@ -7,10 +7,10 @@ class MoveTowardsRestrictionGoal : public Goal
|
||||
private:
|
||||
PathfinderMob *mob;
|
||||
double wantedX, wantedY, wantedZ;
|
||||
float speed;
|
||||
double speedModifier;
|
||||
|
||||
public:
|
||||
MoveTowardsRestrictionGoal(PathfinderMob *mob, float speed);
|
||||
MoveTowardsRestrictionGoal(PathfinderMob *mob, double speedModifier);
|
||||
|
||||
bool canUse();
|
||||
bool canContinueToUse();
|
||||
|
||||
Reference in New Issue
Block a user