AutomationAction.hx 126 B

123456
  1. package flash.automation;
  2. @:require(flash10_1) extern class AutomationAction {
  3. var type : String;
  4. function new() : Void;
  5. }