mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-12 06:56:01 +08:00
32 lines
650 B
JSON
32 lines
650 B
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "Chap03_CloseView_MAZ_P102_D_BlockData",
|
|
"PrefabAlias": "FenceToDisappear"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "Chap03_CloseView_MAZ_P102_F_BlockData",
|
|
"PrefabAlias": "JigsawWall"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |