forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Tools/macos/std/flash/errors/DRMManagerError.hx
Normal file
8
Kha/Tools/macos/std/flash/errors/DRMManagerError.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.errors;
|
||||
|
||||
@:require(flash10_1) extern class DRMManagerError extends Error {
|
||||
@:flash.property var subErrorID(get,never) : Int;
|
||||
function new(message : String, id : Int, subErrorID : Int) : Void;
|
||||
private function get_subErrorID() : Int;
|
||||
function toString() : String;
|
||||
}
|
Reference in New Issue
Block a user