UGCProjects/Counterattack/Script/Common/ue_enum_custom.lua

24 lines
332 B
Lua
Raw Normal View History

2025-01-04 23:00:19 +08:00
-- auto exported UENUM while compiling
-- sorted by enum name asc
---@enum EPlayerStartType
EPlayerStartType = {
Default = 0,
Team1 = 1,
Team2 = 2,
};
---@enum EPlaceItemType
EPlaceItemType = {
SmallBunker = 0,
BigBunker = 1,
Slope = 2,
Launch = 3,
LandMine = 4,
Flamethrower = 5,
};