local Spuju = extend(UnitAI) function Spuju:update() -- Nothing for now UnitAI.update(self) end return Spuju