Removed 3 unused classes.
This commit is contained in:
@ -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; }
|
||||
}
|
@ -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; }
|
||||
}
|
@ -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; }
|
||||
}
|
Reference in New Issue
Block a user