9 lines
174 B
C#
Raw Normal View History

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