25 lines
306 B
Lua
25 lines
306 B
Lua
--
|
|
-- DESCRIPTION
|
|
--
|
|
-- @COMPANY **
|
|
-- @AUTHOR **
|
|
-- @DATE ${date} ${time}
|
|
--
|
|
|
|
---@type ClassName
|
|
local M = UnLua.Class()
|
|
|
|
-- function M:Initialize(Initializer)
|
|
-- end
|
|
|
|
-- function M:ReceiveBeginPlay()
|
|
-- end
|
|
|
|
-- function M:ReceiveEndPlay()
|
|
-- end
|
|
|
|
-- function M:ReceiveTick(DeltaSeconds)
|
|
-- end
|
|
|
|
return M
|