mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Global usings and file scoped namespaces
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace NadekoBot.Modules.Games.Common
|
||||
namespace NadekoBot.Modules.Games.Common;
|
||||
|
||||
public class TypingArticle
|
||||
{
|
||||
public class TypingArticle
|
||||
{
|
||||
public string Source { get; set; }
|
||||
public string Extra { get; set; }
|
||||
public string Text { get; set; }
|
||||
}
|
||||
}
|
||||
public string Source { get; set; }
|
||||
public string Extra { get; set; }
|
||||
public string Text { get; set; }
|
||||
}
|
Reference in New Issue
Block a user