MagicStorageVoidBag/Properties/launchSettings.json

16 lines
403 B
JSON
Raw Normal View History

2023-08-17 16:37:16 +01:00
{
"profiles": {
"Terraria": {
"commandName": "Executable",
"executablePath": "dotnet",
"commandLineArgs": "$(tMLPath)",
"workingDirectory": "$(tMLSteamPath)"
},
"TerrariaServer": {
"commandName": "Executable",
"executablePath": "dotnet",
"commandLineArgs": "$(tMLServerPath)",
"workingDirectory": "$(tMLSteamPath)"
}
}
2022-07-02 04:35:56 +01:00
}