mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
16 lines
256 B
Lua
16 lines
256 B
Lua
local L0_1, L1_1
|
|
L0_1 = {}
|
|
L0_1.None = 0
|
|
L0_1.OnCreate = 1
|
|
L0_1.OnUnlock = 2
|
|
ChestShowMoment = L0_1
|
|
L0_1 = {}
|
|
L0_1.None = 0
|
|
L0_1.Normal = 1
|
|
ChestShowUIRemind = L0_1
|
|
L0_1 = {}
|
|
L0_1.None = 0
|
|
L0_1.CameraLook = 1
|
|
L0_1.Cutscene = 2
|
|
ChestShowCutsceneType = L0_1
|