turnbasedgamedata/Config/Level/Tutorial/Tutorial_5027.json
2024-10-21 03:16:22 -03:00

24 lines
460 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIMainPage"
},
{
"$type": "RPG.GameCore.TutorialTaskUnlock",
"TriggerParam": {
"Value": "8005"
}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5027
}
]
}
],
"ValueSource": {}
}