diff options
Diffstat (limited to 'Minecraft.World/TargetGoal.h')
| -rw-r--r-- | Minecraft.World/TargetGoal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/TargetGoal.h b/Minecraft.World/TargetGoal.h index 3bb9da09..2e6765fe 100644 --- a/Minecraft.World/TargetGoal.h +++ b/Minecraft.World/TargetGoal.h @@ -37,8 +37,8 @@ public: virtual void stop(); protected: - virtual bool canAttack(shared_ptr<Mob> target, bool allowInvulnerable); + virtual bool canAttack(std::shared_ptr<Mob> target, bool allowInvulnerable); private: - bool canReach(shared_ptr<Mob> target); + bool canReach(std::shared_ptr<Mob> target); };
\ No newline at end of file |
