add: registry pass through

This commit is contained in:
h z
2025-02-19 17:09:07 +00:00
parent 2c32af6b42
commit d720b03480
6 changed files with 34 additions and 8 deletions

View File

@@ -45,7 +45,6 @@ public static partial class GlobalRegistry
}
public static PoloniumRegistry PoloniumRegistry => PoloniumRegistry.Instance;
public static bool Paused { get; set; }
public static HashSet<ITimeConsumer> TimeConsumers { get; } = [];
public static void Prepare() => PoloniumRegistry.Prepare();
// ReSharper disable once PartialTypeWithSinglePart