This commit is contained in:
NotAKidoS 2023-01-27 03:25:21 -06:00
parent 6a488abde8
commit b5fb7bdac6
7 changed files with 328 additions and 0 deletions

11
AASBufferFix/Main.cs Normal file
View file

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