LNXSDK/Kha/Tools/linux_arm64/std/flash/net/drm/LoadVoucherSetting.hx
2025-01-22 16:18:30 +01:00

9 lines
194 B
Haxe

package flash.net.drm;
extern class LoadVoucherSetting {
function new() : Void;
static final ALLOW_SERVER : String;
static final FORCE_REFRESH : String;
static final LOCAL_ONLY : String;
}