add: Registry
This commit is contained in:
6
src/Attributes/AutoRegister.cs
Normal file
6
src/Attributes/AutoRegister.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Hangman.SDK.Attributes;
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class AutoRegister : Attribute
|
||||
{
|
||||
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
namespace Hangman.SDK;
|
||||
|
||||
public partial class GlobalRegistry
|
||||
{
|
||||
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
namespace Hangman.SDK;
|
||||
|
||||
public interface IRegistry
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user