mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Global usings and file scoped namespaces
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace NadekoBot.Common
|
||||
namespace NadekoBot.Common;
|
||||
|
||||
public interface ICloneable<T> where T : new()
|
||||
{
|
||||
public interface ICloneable<T> where T : new()
|
||||
{
|
||||
public T Clone();
|
||||
}
|
||||
public T Clone();
|
||||
}
|
Reference in New Issue
Block a user