--- Generates clouds over time with randomized positions and styles. CloudGenerator = require "not.Object":extends() function CloudGenerator:new (world, styles) self.world = world end function CloudGenerator:update (dt) end return CloudGenerator