mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
11 lines
162 B
Lua
11 lines
162 B
Lua
local L0_1, L1_1
|
|
L0_1 = {}
|
|
L0_1.NONE = 0
|
|
L0_1.TALK = 1
|
|
L0_1.BUBBLE = 2
|
|
ReminderShowType = L0_1
|
|
L0_1 = {}
|
|
L0_1.Normal = 0
|
|
L0_1.Banner = 1
|
|
ReminderStyleType = L0_1
|