0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 14:50:44 -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"
],
"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": []
},