initial release

i built this in like 4 hours fuck
This commit is contained in:
NotAKidoS 2023-01-20 02:39:57 -06:00
parent 287db410c4
commit ef01bd8597
7 changed files with 409 additions and 0 deletions

View file

@ -0,0 +1,11 @@
using MelonLoader;
namespace NAK.Melons.PortableCameraAdditions;
public class PortableCameraAdditions : MelonMod
{
public override void OnInitializeMelon()
{
//boobs
}
}