forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Tools/macos/std/flash/automation/Configuration.hx
Normal file
9
Kha/Tools/macos/std/flash/automation/Configuration.hx
Normal file
@ -0,0 +1,9 @@
|
||||
package flash.automation;
|
||||
|
||||
@:require(flash10_1) extern class Configuration {
|
||||
@:flash.property static var deviceConfiguration(get,set) : String;
|
||||
@:flash.property static var testAutomationConfiguration(get,never) : String;
|
||||
private static function get_deviceConfiguration() : String;
|
||||
private static function get_testAutomationConfiguration() : String;
|
||||
private static function set_deviceConfiguration(value : String) : String;
|
||||
}
|
Reference in New Issue
Block a user