mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-01-28 05:29:38 +05:00
add InspectorSettings to the FrontendCoreJsonSerializerContext
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user