stolen code :D

This commit is contained in:
shiroblank 2025-09-17 01:38:27 +01:00
commit cd9ea221d2
16 changed files with 2364 additions and 0 deletions

View file

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