From fa3b46c8a91a7cad724516b2503095b960a0c17a Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Tue, 24 Feb 2026 21:30:22 +0100 Subject: [PATCH] Added run script --- run.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 run.ps1 diff --git a/run.ps1 b/run.ps1 new file mode 100644 index 0000000..11ed343 --- /dev/null +++ b/run.ps1 @@ -0,0 +1 @@ +dotnet run --project RpgRoller\RpgRoller.csproj \ No newline at end of file