mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
bruh
This commit is contained in:
parent
6a488abde8
commit
b5fb7bdac6
7 changed files with 328 additions and 0 deletions
11
AASBufferFix/Main.cs
Normal file
11
AASBufferFix/Main.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using MelonLoader;
|
||||
|
||||
namespace NAK.Melons.AASBufferFix;
|
||||
|
||||
public class AASBufferFixMod : MelonMod
|
||||
{
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue