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

6 lines
114 B
Lua

local L0_1, L1_1
L0_1 = {}
L0_1.INTERACT_ACTION_NONE = 0
L0_1.INTERACT_ACTION_STATE = 1
InteractActionType = L0_1