Files
NebulaLauncher/Nebula.Shared/Attributes/ConstructGeneratorAttribute.cs

7 lines
152 B
C#
Raw Normal View History

2025-01-15 19:47:27 +03:00
namespace Nebula.Shared.Attributes
{
[AttributeUsage(AttributeTargets.Class)]
public class ConstructGeneratorAttribute : Attribute
{
}
}