mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-01 22:09:23 +00:00
11 lines
No EOL
194 B
C#
11 lines
No EOL
194 B
C#
using MelonLoader;
|
|
|
|
namespace NAK.Melons.PortableCameraAdditions;
|
|
|
|
public class PortableCameraAdditions : MelonMod
|
|
{
|
|
public override void OnInitializeMelon()
|
|
{
|
|
//boobs
|
|
}
|
|
} |