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