From b7fa5350ecbdb9b811226de8b120158da8c36637 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Sat, 11 Jan 2025 02:36:17 -0500 Subject: [PATCH] Remove empty strings from method/field/prop lists --- Assets/mappings.jsonc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Assets/mappings.jsonc b/Assets/mappings.jsonc index 3e91ce7..d75e980 100644 --- a/Assets/mappings.jsonc +++ b/Assets/mappings.jsonc @@ -227,7 +227,6 @@ "Validate" ], "ExcludeMethods": [ - "" ] }, "Fields": { @@ -14262,7 +14261,7 @@ "IsAbstract": false, "IsInterface": false, "IsEnum": false, - "IsSealed": false, + "IsSealed": true, "HasGenericParameters": false }, "Methods": { @@ -14645,7 +14644,6 @@ "MethodCount": -1, "IncludeMethods": [ "CreateFromScene", - "" ], "ExcludeMethods": [] }, @@ -16126,8 +16124,7 @@ "ItemsToPay" ], "ExcludeFields": [ - "QuestSuccessMessageKey", - "" + "QuestSuccessMessageKey" ] }, "Properties": { @@ -16353,8 +16350,7 @@ "Properties": { "PropertyCount": -1, "IncludeProperties": [ - "ValueType", - "" + "ValueType" ], "ExcludeProperties": [] },