Sample.hx 99 B

123456
  1. package flash.sampler;
  2. extern class Sample {
  3. var stack : Array<StackFrame>;
  4. var time : Float;
  5. }