red-sim-light-volumesudon/red.sim.LightVolumesUdon/Properties/AssemblyInfoParams.cs
2025-09-17 01:38:27 +01:00

11 lines
No EOL
210 B
C#

using System;
namespace red.sim.LightVolumesUdon.Properties
{
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";
public const string Author = "REDSIM , SketchFoxsky";
}
}