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

17 lines
237 B
JSON
Raw Normal View History

2024-06-12 12:42:50 -04:00
{
"MappingPath": "",
"TypeNamesToMatch": [
"Class",
"GClass",
"GStruct",
"GControl",
"ValueStruct",
"Interface",
"GInterface"
],
"MethodsToIgnore": [
"method_",
"smethod_",
"vmethod_"
]
}