This commit is contained in:
2022-11-18 10:38:47 +02:00
parent 5bb13aa4a6
commit d355d3c9b7

View File

@@ -57,7 +57,8 @@ namespace PluginManager
LogEvent?.Invoke(message);
}
public static void Write(char c)
public static void Write<T>(T c)
{
LogEvent?.Invoke($"{c}");
}