mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
12 lines
170 B
Lua
12 lines
170 B
Lua
local L0_1, L1_1
|
|
L0_1 = {}
|
|
L0_1.NORMAL = 1
|
|
L0_1.TOWER = 2
|
|
L0_1.Other = 3
|
|
ScenePointType = L0_1
|
|
L0_1 = {}
|
|
L0_1.NORMAL = 1
|
|
L0_1.ALL = 2
|
|
L0_1.Other = 3
|
|
SceneAreaType = L0_1
|