mirror of
https://codeberg.org/WinDurango/WinDurango.git
synced 2026-04-18 10:33:33 -04:00
10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
namespace Windows.Xbox.Services
|
|
{
|
|
[static_name("IXboxLiveConfigurationStatics", 00193376-6a84-4c67-84a5-3b8a8aaea712)]
|
|
runtimeclass XboxLiveConfiguration
|
|
{
|
|
static String TitleId { get; };
|
|
static String PrimaryServiceConfigId { get; };
|
|
static String SandboxId { get; };
|
|
}
|
|
} |