inventory and use item

This commit is contained in:
Yunfan Li
2023-05-28 00:00:13 +08:00
parent 09463feb8f
commit 3432a9b37d
3 changed files with 8 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ class UseRandomRecipe : public UseItemAction
bool isUseful() override;
bool isPossible() override;
bool Execute(Event event);
bool Execute(Event event) override;
};
class UseRandomQuestItem : public UseItemAction