zworld-em/Plugins/UnLua/Config/LuaTemplates/ActorComponent.lua
2025-05-11 22:07:21 +08:00

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