- tweak: Some view change

This commit is contained in:
2025-01-15 19:47:27 +03:00
parent 08e518602b
commit 5d7f443532
10 changed files with 143 additions and 64 deletions

View File

@@ -0,0 +1,7 @@
namespace Nebula.Shared.Attributes
{
[AttributeUsage(AttributeTargets.Class)]
public class ConstructGeneratorAttribute : Attribute
{
}
}

View File

@@ -0,0 +1,7 @@
namespace Nebula.Shared.Attributes
{
[AttributeUsage(AttributeTargets.Property)]
public class GeneratePropertyAttribute : Attribute
{
}
}