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