Mixing few mods into one

This commit is contained in:
SDraw 2023-09-09 19:10:01 +03:00
parent 8e6ad925ac
commit 65632c763e
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
13 changed files with 109 additions and 106 deletions

View file

@ -0,0 +1,4 @@
[assembly: MelonLoader.MelonInfo(typeof(ml_gmf.GameMainFixes), "GameMainFixes", "1.0.0", "SDraw", "https://github.com/SDraw/ml_mods_cvr")]
[assembly: MelonLoader.MelonGame(null, "ChilloutVR")]
[assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)]