mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-12 06:56:01 +08:00
39 lines
699 B
JSON
39 lines
699 B
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Value": "111"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.DebugLog",
|
|
"Level": "Warn",
|
|
"Message": "VisionShow"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Value": "222"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.DebugLog",
|
|
"Level": "Warn",
|
|
"Message": "VisionHide"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |