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

37 lines
556 B
Lua

--
-- DESCRIPTION
--
-- @COMPANY **
-- @AUTHOR **
-- @DATE ${date} ${time}
--
---@type ClassName
local M = UnLua.Class()
-- function M:Initialize(Initializer)
-- end
-- function M:UserConstructionScript()
-- end
-- function M:ReceiveBeginPlay()
-- end
-- function M:ReceiveEndPlay()
-- end
-- function M:ReceiveTick(DeltaSeconds)
-- end
-- function M:ReceiveAnyDamage(Damage, DamageType, InstigatedBy, DamageCauser)
-- end
-- function M:ReceiveActorBeginOverlap(OtherActor)
-- end
-- function M:ReceiveActorEndOverlap(OtherActor)
-- end
return M