7 lines
152 B
C#
7 lines
152 B
C#
|
|
namespace Nebula.Shared.Attributes
|
||
|
|
{
|
||
|
|
[AttributeUsage(AttributeTargets.Class)]
|
||
|
|
public class ConstructGeneratorAttribute : Attribute
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|