mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
10 lines
142 B
Lua
10 lines
142 B
Lua
local L0_1, L1_1
|
|
L0_1 = {}
|
|
L0_1.DEFAULT = 0
|
|
L0_1.IOS = 1
|
|
L0_1.PC = 2
|
|
L0_1.ANDROID = 3
|
|
L0_1.PS4 = 4
|
|
L0_1.SWITCH = 5
|
|
TextMapPlatformType = L0_1
|