9 lines
196 B
C#
9 lines
196 B
C#
namespace TwitchChatTTS.Chat.Groups
|
|
{
|
|
public class Group
|
|
{
|
|
public string Id { get; set; }
|
|
public string Name { get; set; }
|
|
public int Priority { get; set; }
|
|
}
|
|
} |