This commit is contained in:
@@ -57,7 +57,8 @@ namespace PluginManager
|
|||||||
LogEvent?.Invoke(message);
|
LogEvent?.Invoke(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Write(char c)
|
|
||||||
|
public static void Write<T>(T c)
|
||||||
{
|
{
|
||||||
LogEvent?.Invoke($"{c}");
|
LogEvent?.Invoke($"{c}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user