Add pause to runclient (#37748)

This commit is contained in:
B_Kirill
2025-05-26 21:50:05 +10:00
committed by GitHub
parent 58b3e572be
commit cb8e7446a4
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