mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
8 lines
146 B
Lua
8 lines
146 B
Lua
local L0_1, L1_1
|
|
L0_1 = {}
|
|
L0_1.MONITOR_NEVER = 0
|
|
L0_1.MONITOR_OFF_STAGE = 1
|
|
L0_1.MONITOR_ON_STAGE = 2
|
|
L0_1.MONITOR_ALWAYS = 3
|
|
MonitorType = L0_1
|