Avoid aoe for game object

This commit is contained in:
Yunfan Li
2024-04-15 20:36:44 +08:00
parent 09ae42ea30
commit 56881c3a4d
4 changed files with 107 additions and 17 deletions

View File

@@ -76,6 +76,8 @@ class AvoidAoeAction : public MovementAction
protected:
bool AvoidAuraWithDynamicObj();
bool AvoidGameObjectWithDamage();
bool FleePostion(Position pos, float radius, std::string name);
};
class RunAwayAction : public MovementAction