mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
39 lines
905 B
JSON
39 lines
905 B
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitGroupEvent",
|
|
"EventName": {
|
|
"Value": "Open_TrainingUI"
|
|
},
|
|
"OnEvent": [
|
|
{
|
|
"$type": "RPG.GameCore.SwordTrainingCheckStoryLineFinished",
|
|
"StoryID": 1,
|
|
"OnFinished": [
|
|
{
|
|
"$type": "RPG.GameCore.ShowUI",
|
|
"Name": "Ui.ActivitySwordTraining.Entrance.SwordTrainingSelectStoryLinePage",
|
|
"OnUIEnter": []
|
|
}
|
|
],
|
|
"OnNotFinished": [
|
|
{
|
|
"$type": "RPG.GameCore.SwordTrainingEnterGame",
|
|
"StoryID": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |