mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-01 05:49:23 +00:00
12 lines
No EOL
235 B
C#
12 lines
No EOL
235 B
C#
using MelonLoader;
|
|
|
|
namespace NAK.AASBufferFix;
|
|
|
|
public class AASBufferFix : MelonMod
|
|
{
|
|
///public static MelonLogger.Instance Logger;
|
|
public override void OnInitializeMelon()
|
|
{
|
|
///Logger = LoggerInstance;
|
|
}
|
|
} |