Innovenergy_trunk/csharp/Lib/Units/Generator/GenerateAttribute.cs

5 lines
132 B
C#
Raw Normal View History

2023-02-26 14:39:55 +00:00
namespace InnovEnergy.Lib.Units.Generator;
[AttributeUsage(AttributeTargets.Struct)]
internal class GenerateAttribute: Attribute
{}