This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System.CommandLine;
|
||||
using System.CommandLine.Parsing;
|
||||
using System.Reflection;
|
||||
using PkmnLib.Dynamic.AI;
|
||||
using PkmnLib.Dynamic.Libraries;
|
||||
using PkmnLib.Plugin.Gen7;
|
||||
@@ -14,7 +13,7 @@ internal static class Program
|
||||
{
|
||||
private static List<PokemonAI>? _availableAIs;
|
||||
|
||||
internal static LoggingLevelSwitch LogLevelSwitch { get; } = new(LogEventLevel.Information);
|
||||
internal static LoggingLevelSwitch LogLevelSwitch { get; } = new();
|
||||
|
||||
private static Task<int> Main(string[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user