2022-04-29 16:40:51 +02:00

7 lines
94 B
Lua

local L0_1, L1_1
L0_1 = {}
L0_1.NONE = 0
L0_1.NEAR_CITY = 1
L0_1.CITY = 2
BoundaryType = L0_1