forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Tools/linux_arm64/std/flash/system/SystemUpdater.hx
Normal file
7
Kha/Tools/linux_arm64/std/flash/system/SystemUpdater.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package flash.system;
|
||||
|
||||
@:require(flash10_1) extern class SystemUpdater extends flash.events.EventDispatcher {
|
||||
function new() : Void;
|
||||
function cancel() : Void;
|
||||
function update(type : SystemUpdaterType) : Void;
|
||||
}
|
Reference in New Issue
Block a user