mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 17:30:43 -05:00
Remove comments from Settings.jsonc
This commit is contained in:
parent
409b169f6a
commit
0bcfc7f6d0
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"MappingPath": "",
|
"MappingPath": "",
|
||||||
"TypeNamesToMatch": [ // These are the only types considered when looking for a match
|
"TypeNamesToMatch": [
|
||||||
"Class",
|
"Class",
|
||||||
"GClass",
|
"GClass",
|
||||||
"GStruct",
|
"GStruct",
|
||||||
@ -9,12 +9,12 @@
|
|||||||
"Interface",
|
"Interface",
|
||||||
"GInterface"
|
"GInterface"
|
||||||
],
|
],
|
||||||
"MethodNamesToIgnore": [ // Don't try to match on these
|
"MethodNamesToIgnore": [
|
||||||
"method_",
|
"method_",
|
||||||
"smethod_",
|
"smethod_",
|
||||||
"vmethod_"
|
"vmethod_"
|
||||||
],
|
],
|
||||||
"FieldNamesToIgnore": [ // Don't try to match on these
|
"FieldNamesToIgnore": [
|
||||||
"action",
|
"action",
|
||||||
"bool",
|
"bool",
|
||||||
"dictionary",
|
"dictionary",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user