Files
Fishing2Server/Main/Properties/launchSettings.json
2025-06-30 10:51:37 +08:00

11 lines
213 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Main": {
"commandName": "Project",
"environmentVariables": {},
"commandLineArgs": "--m Develop"
}
}
}