NadekoBot/NadekoBot.Modules.Games/Common/TypingArticle.cs
2017-09-30 00:46:33 +02:00

9 lines
174 B
C#

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