21 lines
1.3 KiB
C#
21 lines
1.3 KiB
C#
using MelonLoader;
|
|
using red.sim.LightVolumesUdon;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.Versioning;
|
|
using System.Security.Permissions;
|
|
|
|
[assembly: AssemblyVersion("0.0.0.0")]
|
|
[assembly: CompilationRelaxations(8)]
|
|
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
|
|
[assembly: HarmonyDontPatchAll]
|
|
[assembly: MelonAuthorColor(0xff, 40, 144, 209)]
|
|
[assembly: MelonColor(0xff, 3, 252, 78)]
|
|
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
|
|
[assembly: MelonInfo(typeof(Main), "LightVolumesUdon", "1.0.0", "REDSIM , SketchFoxsky", "N/A")]
|
|
[assembly: MelonPlatform(,)] // JustDecompile was unable to locate the assembly where attribute parameters types are defined. Generating parameters values is impossible.
|
|
[assembly: MelonPlatformDomain(,)] // JustDecompile was unable to locate the assembly where attribute parameters types are defined. Generating parameters values is impossible.
|
|
[assembly: RuntimeCompatibility(WrapNonExceptionThrows=true)]
|
|
[assembly: SecurityPermission(, SkipVerification=true)]
|
|
[module: RefSafetyRules(11)]
|