add: Registry

This commit is contained in:
h z
2025-02-05 12:38:51 +00:00
parent a3c4d12468
commit 3b62b0a348
5 changed files with 12 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
namespace Hangman.SDK.Attributes;
[AttributeUsage(AttributeTargets.Class)]
public class AutoRegister : Attribute
{
}

View File

@@ -1,6 +0,0 @@
namespace Hangman.SDK;
public partial class GlobalRegistry
{
}

View File

@@ -1,6 +0,0 @@
namespace Hangman.SDK;
public interface IRegistry
{
}