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