This commit is contained in:
aozhiwei 2023-04-20 12:09:38 +08:00
parent 2406e5a40a
commit 5547c40f0d

View File

@ -6,6 +6,12 @@
namespace mt
{
const int MOVE_TARGET_GUIDE_STEP = 1;
const int MOVE_TARGET_AND_PICKUP_GUIDE_STEP = 2;
const int KILL_ENEMY_GUIDE_STEP = 3;
const int USE_SKILL_AND_KILL_ENEMY_GUIDE_STEP = 4;
const int USE_SKILL_GUIDE_STEP = 5;
DECLARE_ID_TABLE(GuideStep, mtb::GuideStep,
"guideStep@guideStep.json",
"id")