2024-10-21 03:16:22 -03:00

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": []
}
]
}
]
}