Sample.hx 103 B

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