stolen code :D
This commit is contained in:
commit
cd9ea221d2
16 changed files with 2364 additions and 0 deletions
21
Properties/AssemblyInfo.cs
Normal file
21
Properties/AssemblyInfo.cs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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)]
|
||||
Loading…
Add table
Add a link
Reference in a new issue