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

27 lines
484 B
JSON

{
"AppSettings": {
"Debug": false,
"SilentMode": true
},
"Remapper": {
"AssemblyPath": "",
"OutputPath": "",
"MappingPath": "",
"UseProjectMappings": false,
"MappingSettings": {
"RenameFields": true,
"RenameProperties": true,
"Publicize": true,
"Unseal": true
},
"TokensToMatch": [
"Class",
"GClass",
"GStruct",
"GControl",
"ValueStruct",
"Interface",
"GInterface"
]
}
}