Files
turnbasedgamedata/Config/Level/EventMission/100101/EventMission_100101.json
2024-10-21 03:16:22 -03:00

19 lines
356 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ev100101"
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "EventMission_100101"
}
]
}
]
}