NAK_CVR_Mods/AASBufferFix/Main.cs
2023-01-27 04:43:44 -06:00

11 lines
No EOL
175 B
C#

using MelonLoader;
namespace NAK.Melons.AASBufferFix;
public class AASBufferFixMod : MelonMod
{
public override void OnInitializeMelon()
{
//boobs
}
}