worldbox-observer-mod/IdleSpectator/default_config.json
2026-07-14 14:17:42 -05:00

20 lines
355 B
JSON

{
"Spectator": [
{
"Id": "enabled",
"Type": "SWITCH",
"BoolVal": true,
"Callback": "IdleSpectator.ModSettings:OnEnabledChanged"
},
{
"Id": "show_watch_reasons",
"Type": "SWITCH",
"BoolVal": true
},
{
"Id": "debug_state_probe",
"Type": "SWITCH",
"BoolVal": true
}
]
}