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

9 lines
174 B
C#

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