Removed 3 unused classes.

This commit is contained in:
Tom
2025-01-16 17:06:24 +00:00
parent f3d7c33b83
commit b8d0e8cfd8
3 changed files with 0 additions and 20 deletions

View File

@ -1,6 +0,0 @@
public class Account {
public string Id { get; set; }
public string Username { get; set; }
public string Role { get; set; }
public string BroadcasterId { get; set; }
}

View File

@ -1,7 +0,0 @@
public class TwitchBotToken {
public string? ClientId { get; set; }
public string? ClientSecret { get; set; }
public string? AccessToken { get; set; }
public string? RefreshToken { get; set; }
public string? BroadcasterId { get; set; }
}

View File

@ -1,7 +0,0 @@
public class TwitchConnection {
public string? Id { get; set; }
public string? Secret { get; set; }
public string? BroadcasterId { get; set; }
public string? Username { get; set; }
public string? UserId { get; set; }
}