ActionScriptVersion.hx 92 B

123456
  1. package flash.display;
  2. extern enum ActionScriptVersion {
  3. ACTIONSCRIPT2;
  4. ACTIONSCRIPT3;
  5. }