Files
LNXSDK/Kha/Tools/macos_x64/std/flash/net/drm/LoadVoucherSetting.hx
2026-05-22 11:48:42 -07: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;
}