New shell release with some config files and commands. #57

Merged
That-One-Nerd merged 13 commits from shell-configuration into main 2023-04-18 09:16:54 -04:00
2 changed files with 2 additions and 8 deletions
Showing only changes of commit 25c6d152a2 - Show all commits

View File

@ -23,11 +23,7 @@ public struct Config
{
Defaults = new()
{
GameDirectories = new[]
{
"testing 1",
"testing 2"
},
GameDirectories = Array.Empty<string>(),
RunUnsafeCommands = AskMode.Ask
};
}

View File

@ -1,6 +1,4 @@
using System.Numerics;
namespace SrcMod.Shell;
namespace SrcMod.Shell;
internal static class Tools
{