20 lines
372 B
Lua
20 lines
372 B
Lua
---@class WB_KeyMapSettingBG_C:UUserWidget
|
|
--Edit Below--
|
|
---@type WB_KeyMapSettingBG_C
|
|
local WB_KeyMapSettingBG = { bInitDoOnce = false; };
|
|
|
|
--[==[ Construct
|
|
function WB_KeyMapSettingBG:Construct()
|
|
|
|
end
|
|
-- Construct ]==]
|
|
|
|
-- function WB_KeyMapSettingBG:Tick(MyGeometry, InDeltaTime)
|
|
|
|
-- end
|
|
|
|
-- function WB_KeyMapSettingBG:Destruct()
|
|
|
|
-- end
|
|
|
|
return WB_KeyMapSettingBG; |