mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
8 lines
128 B
Lua
8 lines
128 B
Lua
local L0_1, L1_1
|
|
L0_1 = {}
|
|
L0_1.SCENE_NONE = 0
|
|
L0_1.SCENE_WORLD = 1
|
|
L0_1.SCENE_DUNGEON = 2
|
|
L0_1.SCENE_ROOM = 3
|
|
SceneType = L0_1
|