From 06140fc7686a3f8aa2871a3b52a415ac93a4d59c Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Fri, 30 Dec 2022 01:57:08 -0500 Subject: add Xbox connection --- src/connections/Xbox/XboxSettings.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/connections/Xbox/XboxSettings.ts (limited to 'src/connections/Xbox/XboxSettings.ts') diff --git a/src/connections/Xbox/XboxSettings.ts b/src/connections/Xbox/XboxSettings.ts new file mode 100644 index 00000000..c1a41056 --- /dev/null +++ b/src/connections/Xbox/XboxSettings.ts @@ -0,0 +1,5 @@ +export class XboxSettings { + enabled: boolean = false; + clientId: string | null = null; + clientSecret: string | null = null; +} -- cgit 1.5.1