0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 04:30:45 -05:00
assembly-tool/Assets/Templates/Settings.jsonc

17 lines
237 B
JSON

{
"MappingPath": "",
"TypeNamesToMatch": [
"Class",
"GClass",
"GStruct",
"GControl",
"ValueStruct",
"Interface",
"GInterface"
],
"MethodsToIgnore": [
"method_",
"smethod_",
"vmethod_"
]
}