add: Template for Save and config

This commit is contained in:
h z
2025-02-07 02:29:37 +00:00
parent 1f2ba38f65
commit 15c667c3c4
13 changed files with 168 additions and 15 deletions

View File

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