25 lines
307 B
Lua
25 lines
307 B
Lua
--
|
|
-- DESCRIPTION
|
|
--
|
|
-- @COMPANY **
|
|
-- @AUTHOR **
|
|
-- @DATE ${date} ${time}
|
|
--
|
|
|
|
---@type ClassName
|
|
local M = UnLua.Class()
|
|
|
|
--function M:Initialize(Initializer)
|
|
--end
|
|
|
|
--function M:PreConstruct(IsDesignTime)
|
|
--end
|
|
|
|
-- function M:Construct()
|
|
-- end
|
|
|
|
--function M:Tick(MyGeometry, InDeltaTime)
|
|
--end
|
|
|
|
return M
|