mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
Restructured folders and project names, ci should be fixed
This commit is contained in:
9
src/NadekoBot/Modules/Games/Common/TypingArticle.cs
Normal file
9
src/NadekoBot/Modules/Games/Common/TypingArticle.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace NadekoBot.Modules.Games.Common
|
||||
{
|
||||
public class TypingArticle
|
||||
{
|
||||
public string Source { get; set; }
|
||||
public string Extra { get; set; }
|
||||
public string Text { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user