ApplicationInstallerMode.hx 140 B

1234567
  1. package flash.system;
  2. @:fakeEnum(String) extern enum ApplicationInstallerMode {
  3. INSTALL_ONLY;
  4. INSTALL_WITH_SHORTCUTS;
  5. SHORTCUTS_ONLY;
  6. }