0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 01:30:45 -05:00

Remove empty strings from method/field/prop lists

This commit is contained in:
Cj 2025-01-11 02:36:17 -05:00
parent 65aec4b7c0
commit b7fa5350ec

View File

@ -227,7 +227,6 @@
"Validate" "Validate"
], ],
"ExcludeMethods": [ "ExcludeMethods": [
""
] ]
}, },
"Fields": { "Fields": {
@ -14262,7 +14261,7 @@
"IsAbstract": false, "IsAbstract": false,
"IsInterface": false, "IsInterface": false,
"IsEnum": false, "IsEnum": false,
"IsSealed": false, "IsSealed": true,
"HasGenericParameters": false "HasGenericParameters": false
}, },
"Methods": { "Methods": {
@ -14645,7 +14644,6 @@
"MethodCount": -1, "MethodCount": -1,
"IncludeMethods": [ "IncludeMethods": [
"CreateFromScene", "CreateFromScene",
""
], ],
"ExcludeMethods": [] "ExcludeMethods": []
}, },
@ -16126,8 +16124,7 @@
"ItemsToPay" "ItemsToPay"
], ],
"ExcludeFields": [ "ExcludeFields": [
"QuestSuccessMessageKey", "QuestSuccessMessageKey"
""
] ]
}, },
"Properties": { "Properties": {
@ -16353,8 +16350,7 @@
"Properties": { "Properties": {
"PropertyCount": -1, "PropertyCount": -1,
"IncludeProperties": [ "IncludeProperties": [
"ValueType", "ValueType"
""
], ],
"ExcludeProperties": [] "ExcludeProperties": []
}, },