Files
nadekobot/src/NadekoBot/Modules/Games/Common/TypingArticle.cs

10 lines
217 B
C#

namespace NadekoBot.Modules.Games.Common
{
public class TypingArticle
{
public string Source { get; set; }
public string Extra { get; set; }
public string Text { get; set; }
}
}