SystemUpdaterType.hx 91 B

123456
  1. package flash.system;
  2. @:fakeEnum(String) extern enum SystemUpdaterType {
  3. DRM;
  4. SYSTEM;
  5. }