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