first commit
This commit is contained in:
8
Nitrox.Launcher/Models/Design/OutputLine.cs
Normal file
8
Nitrox.Launcher/Models/Design/OutputLine.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Nitrox.Launcher.Models.Design;
|
||||
|
||||
public record OutputLine
|
||||
{
|
||||
public string Timestamp { get; init; }
|
||||
public string LogText { get; init; }
|
||||
public OutputLineType Type { get; init; }
|
||||
}
|
Reference in New Issue
Block a user