1
This commit is contained in:
parent
2406e5a40a
commit
5547c40f0d
@ -6,6 +6,12 @@
|
|||||||
namespace mt
|
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,
|
DECLARE_ID_TABLE(GuideStep, mtb::GuideStep,
|
||||||
"guideStep@guideStep.json",
|
"guideStep@guideStep.json",
|
||||||
"id")
|
"id")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user