class flixel.effects.particles.Bounds<T>
import flixel.effects.particles.FlxTypedEmitter;
Available on all platforms
Helper object for holding bounds of different variables
var max:T
var min:T
function new(min:T, ?max:T = null):Void