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

6 lines
89 B
Lua

local L0_1, L1_1
L0_1 = {}
L0_1.POINT_GROUND = 0
L0_1.POINT_AIR = 1
PointLocation = L0_1