summary refs log tree commit diff
path: root/src/connections/Xbox/XboxSettings.ts
blob: c1a410561012c95c38c897614eb88bf2ed4e4e92 (plain) (blame)
1
2
3
4
5
export class XboxSettings {
	enabled: boolean = false;
	clientId: string | null = null;
	clientSecret: string | null = null;
}