turnbasedgamedata/Config/Level/Test/TestGroupLevelGraph/LG_ClientPropStateChange_Test.json
2025-02-24 07:50:34 -03:00

32 lines
639 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.PropStateChangeListenerConfig",
"ToState": "Open",
"OnChange": [
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "PropStateChanged"
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedFloat",
"Key": "123"
}
]
}
}