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