This commit is contained in:
@@ -2,7 +2,7 @@ namespace PkmnLib.Dynamic.AI;
|
||||
|
||||
public static class AILogging
|
||||
{
|
||||
public static Action<string> LogHandler { get; set; } = message => { };
|
||||
public static Action<string> LogHandler { get; set; } = _ => { };
|
||||
|
||||
public static void LogInformation(string message) => LogHandler(message);
|
||||
}
|
||||
Reference in New Issue
Block a user