mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
initial release
i built this in like 4 hours fuck
This commit is contained in:
parent
287db410c4
commit
ef01bd8597
7 changed files with 409 additions and 0 deletions
11
PortableCamera-FarClipFix/Main.cs
Normal file
11
PortableCamera-FarClipFix/Main.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using MelonLoader;
|
||||
|
||||
namespace NAK.Melons.PortableCameraAdditions;
|
||||
|
||||
public class PortableCameraAdditions : MelonMod
|
||||
{
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
//boobs
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue