Work on the datta handler
This commit is contained in:
@@ -32,8 +32,8 @@ public static class SZ
|
||||
}
|
||||
}
|
||||
|
||||
private static Dictionary<Type, object> _services = [];
|
||||
private static List<Type> _protectedServices = [];
|
||||
private static readonly Dictionary<Type, object> _services = [];
|
||||
private static readonly List<Type> _protectedServices = [];
|
||||
|
||||
/// <summary>
|
||||
/// Initalizes the SZ singleton in SzCore
|
||||
|
||||
Reference in New Issue
Block a user