New mod: VideoPlayerCookies

This commit is contained in:
SDraw 2025-03-04 23:25:04 +03:00
parent c4c3cca728
commit 60fb594210
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
6 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,4 @@
[assembly: MelonLoader.MelonInfo(typeof(ml_vpc.VideoPlayerCookies), "VideoPlayerCookies", "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)]