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