mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
34 lines
732 B
JSON
34 lines
732 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitTransferFinishedEvent"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowUI",
|
|
"Name": "Ui.BoxingClub.BoxingClubEntranceMainPage"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"IsLoop": true,
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Value": "OpenBoxingClubPage"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowUI",
|
|
"Name": "Ui.BoxingClub.BoxingClubEntranceMainPage",
|
|
"WaitForExit": true,
|
|
"OnUIEnter": [],
|
|
"OnUIExitImmediately": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |