35 lines
715 B
Lua
Raw Normal View History

2025-01-04 23:00:19 +08:00
---@class BP_OutlineDetectComp_New_C:BP_OutlineDetectComp_C
--Edit Below--
local BP_OutlineDetectComp_New = {}
--[[
function BP_OutlineDetectComp_New:ReceiveBeginPlay()
BP_OutlineDetectComp_New.SuperClass.ReceiveBeginPlay(self)
end
--]]
--[[
function BP_OutlineDetectComp_New:ReceiveTick(DeltaTime)
BP_OutlineDetectComp_New.SuperClass.ReceiveTick(self, DeltaTime)
end
--]]
--[[
function BP_OutlineDetectComp_New:ReceiveEndPlay()
BP_OutlineDetectComp_New.SuperClass.ReceiveEndPlay(self)
end
--]]
--[[
function BP_OutlineDetectComp_New:GetReplicatedProperties()
return
end
--]]
--[[
function BP_OutlineDetectComp_New:GetAvailableServerRPCs()
return
end
--]]
return BP_OutlineDetectComp_New