UGCProjects/FX_Preview/Script/Common/ue_enum_custom.lua

15 lines
187 B
Lua
Raw Normal View History

2025-01-09 13:36:39 +08:00
-- auto exported UENUM while compiling
-- sorted by enum name asc
2025-02-02 16:26:56 +08:00
---@enum EFXType
EFXType = {
Muzzle = 0,
Kill = 1,
Bullet = 2,
MuzzleTailed = 3,
Hit = 4,
};