5 lines
127 B
C#
5 lines
127 B
C#
|
namespace InnovEnergy.Lib.Units.Generator;
|
||
|
|
||
|
[AttributeUsage(AttributeTargets.Struct)]
|
||
|
internal class SumAttribute: Attribute
|
||
|
{}
|