add InspectorSettings to the FrontendCoreJsonSerializerContext

This commit is contained in:
LukeFZ
2026-01-14 17:44:04 +01:00
parent 8c2f7a9960
commit 4d396847fa

View File

@@ -5,4 +5,5 @@ namespace Il2CppInspector.Redux.FrontendCore;
[JsonSerializable(typeof(string))]
[JsonSerializable(typeof(List<string>))]
[JsonSerializable(typeof(Dictionary<string, string>))]
[JsonSerializable(typeof(InspectorSettings))]
public partial class FrontendCoreJsonSerializerContext : JsonSerializerContext;