11 lines
No EOL
210 B
C#
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";
|
|
}
|
|
} |