forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package flash.system;
|
||||
|
||||
@:native("flash.system.ApplicationInstallerMode") extern enum abstract ApplicationInstallerMode(String) {
|
||||
var INSTALL_ONLY;
|
||||
var INSTALL_WITH_SHORTCUTS;
|
||||
var SHORTCUTS_ONLY;
|
||||
}
|
Reference in New Issue
Block a user