Pause at duty

This commit is contained in:
defnotken
2025-09-07 15:24:19 -05:00
parent 5e30cb7bea
commit 6832c80fbb
6 changed files with 71 additions and 13 deletions

View File

@@ -13,4 +13,5 @@ public class PlayerPerformanceConfig : ILightlessConfiguration
public int VRAMSizeAutoPauseThresholdMiB { get; set; } = 550;
public int TrisAutoPauseThresholdThousands { get; set; } = 250;
public List<string> UIDsToIgnore { get; set; } = new();
public bool PauseInInstanceDuty { get; set; } = false;
}