[ReconnectionSystemFix] Initial Release

This commit is contained in:
NotAKidoS 2024-06-04 01:46:50 -05:00
parent aa9bc6fbc3
commit c94ce9331a
8 changed files with 228 additions and 1 deletions

View file

@ -7,7 +7,7 @@ namespace NAK.LazyPrune;
public class LazyPrune : MelonMod
{
private static MelonLogger.Instance Logger;
internal static MelonLogger.Instance Logger;
//private const int MAX_OBJECTS_UNLOADED_AT_ONCE = 5; // just to alleviate hitch on mass destruction
private const float OBJECT_CACHE_TIMEOUT = 3f; // minutes