Add pause to runclient (#37748)

This commit is contained in:
B_Kirill 2025-05-26 21:50:05 +10:00 committed by Quanteey
parent 3c22b21912
commit ab5e1edb00
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
@echo off @echo off
dotnet run --project Content.Client --configuration Tools dotnet run --project Content.Client --configuration Tools
pause

View File

@ -1,2 +1,3 @@
@echo off @echo off
dotnet run --project Content.Client dotnet run --project Content.Client
pause