6 lines
130 B
C#
6 lines
130 B
C#
|
using System.Text.Json.Serialization;
|
||
|
|
||
|
namespace InnovEnergy.Lib.Units.Generator;
|
||
|
|
||
|
internal class GenerateAttribute : Attribute
|
||
|
{}
|