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

10 lines
206 B
C#

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