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

34 lines
482 B
JSON
Raw Normal View History

2024-06-12 12:42:50 -04:00
{
"MappingPath": "",
2025-01-11 06:35:44 -05:00
"TypeNamesToMatch": [
"Class",
"GClass",
"GStruct",
"GControl",
"ValueStruct",
"Interface",
"GInterface"
],
2025-01-11 06:35:44 -05:00
"MethodNamesToIgnore": [
"method_",
"smethod_",
"vmethod_"
],
2025-01-11 06:35:44 -05:00
"FieldNamesToIgnore": [
"action",
"bool",
"dictionary",
"list",
"vector",
"int",
"float",
"single",
"double",
"string",
"transform",
"ushort",
"byte",
"object",
"gameobject"
]
}