mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 00:30:44 -05:00
Remove empty strings from method/field/prop lists
This commit is contained in:
parent
65aec4b7c0
commit
b7fa5350ec
@ -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": []
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user