fix: missing type

This commit is contained in:
h z
2025-02-18 16:05:37 +00:00
parent 2d0b25f65c
commit b21023ba24
3 changed files with 7 additions and 8 deletions

View File

@@ -7,7 +7,6 @@ namespace Polonium;
public class PoloniumRegistry
{
public static IGlobalRegistry GlobalRegistry { get; set; }
private static PoloniumRegistry InternalInstance { get; set; }
public static PoloniumRegistry Instance => InternalInstance ??= new PoloniumRegistry();
public Config Config { get; set; }