NadekoBot/NadekoBot.Modules.Games/Common/TypingArticle.cs

9 lines
174 B
C#
Raw Normal View History

2017-07-17 19:42:36 +00:00
namespace NadekoBot.Modules.Games.Common
2016-09-01 01:12:08 +00:00
{
public class TypingArticle
2016-09-01 01:12:08 +00:00
{
public string Title { get; set; }
2016-09-01 01:12:08 +00:00
public string Text { get; set; }
}
}