UGCProjects/GZJ/Script/Blueprint/AI/AIC_IceZodiaca.lua
2025-01-08 22:46:12 +08:00

35 lines
573 B
Lua

---@class AIC_IceZodiaca_C:MobAIController
--Edit Below--
local AIC_IceZodiaca = {};
--[[
function AIC_IceZodiaca:ReceiveBeginPlay()
self.SuperClass.ReceiveBeginPlay(self);
end
--]]
--[[
function AIC_IceZodiaca:ReceiveTick(DeltaTime)
self.SuperClass.ReceiveTick(self, DeltaTime);
end
--]]
--[[
function AIC_IceZodiaca:ReceiveEndPlay()
self.SuperClass.ReceiveEndPlay(self);
end
--]]
--[[
function AIC_IceZodiaca:GetReplicatedProperties()
return
end
--]]
--[[
function AIC_IceZodiaca:GetAvailableServerRPCs()
return
end
--]]
return AIC_IceZodiaca;