mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
9 lines
134 B
Lua
9 lines
134 B
Lua
local L0_1, L1_1
|
|
L0_1 = {}
|
|
L0_1.Plain = 0
|
|
L0_1.Forest = 1
|
|
L0_1.Hill = 2
|
|
L0_1.Water = 3
|
|
L0_1.Mountain = 4
|
|
ConfigLevelPolygonTag = L0_1
|