This commit is contained in:
Yunfan Li
2023-08-28 17:29:14 +08:00
parent 1136b7bfdc
commit 9efec9b325
8 changed files with 39 additions and 30 deletions

View File

@@ -19,6 +19,7 @@ class LootAction : public MovementAction
LootAction(PlayerbotAI* botAI) : MovementAction(botAI, "loot") { }
bool Execute(Event event) override;
bool isUseful() override;
};
class OpenLootAction : public MovementAction