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