- tweak: Change content running logic
This commit is contained in:
8
Nebula.Launcher/ProcessHelper/IProcessLogConsumer.cs
Normal file
8
Nebula.Launcher/ProcessHelper/IProcessLogConsumer.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Nebula.Launcher.ProcessHelper;
|
||||
|
||||
public interface IProcessLogConsumer
|
||||
{
|
||||
public void Out(string text);
|
||||
public void Error(string text);
|
||||
public void Fatal(string text);
|
||||
}
|
||||
Reference in New Issue
Block a user