[DesktopVRSwitch] Prepare for CVRMG submission.

This commit is contained in:
NotAKidoS 2023-06-20 20:00:30 -05:00
parent 4546d05bbb
commit e79323c850
3 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,8 @@ using System.Reflection;
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonColor(255, 0, 139, 139)]
[assembly: MelonColor(255, 52, 152, 219)]
[assembly: MelonAuthorColor(255, 114, 17, 25)]
[assembly: HarmonyDontPatchAll]
namespace NAK.DesktopVRSwitch.Properties;