0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 20:50:44 -05:00
assembly-tool/Assets/Templates/Settings.jsonc

34 lines
482 B
JSON

{
"MappingPath": "",
"TypeNamesToMatch": [
"Class",
"GClass",
"GStruct",
"GControl",
"ValueStruct",
"Interface",
"GInterface"
],
"MethodNamesToIgnore": [
"method_",
"smethod_",
"vmethod_"
],
"FieldNamesToIgnore": [
"action",
"bool",
"dictionary",
"list",
"vector",
"int",
"float",
"single",
"double",
"string",
"transform",
"ushort",
"byte",
"object",
"gameobject"
]
}