turnbasedgamedata/Config/Level/Tutorial/Tutorial_8016.json
2024-12-02 04:04:12 -03:00

23 lines
454 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ADV_TrainParty_Round_Start"
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8197,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}