---@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