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

32 lines
504 B
Lua

local L0_1, L1_1
L0_1 = {}
L0_1.Sprint = 0
L0_1.Jump = 1
L0_1.Slip = 2
L0_1.AttackMode = 3
L0_1.Skill1 = 4
L0_1.Skill2 = 5
L0_1.Skill3 = 6
L0_1.Skill4 = 7
L0_1.Skill5 = 8
L0_1.SkillLeft = 9
L0_1.Squat = 10
L0_1.Roll = 11
ActionBtnType = L0_1
L0_1 = {}
L0_1.SlotAM = 0
L0_1.Slot1 = 1
L0_1.Slot2 = 2
L0_1.Slot3 = 3
L0_1.Slot4 = 4
L0_1.Slot5 = 5
L0_1.SlotLeft = 6
ActionSlotType = L0_1
L0_1 = {}
L0_1.Normal = 0
L0_1.Sneak = 1
L0_1.DvalinS01FlyState = 2
L0_1.Bomber = 3
L0_1.FindCat = 4
PlayModeType = L0_1