mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-12 06:54:43 -04:00
9 lines
225 B
C#
9 lines
225 B
C#
namespace Observatory.Framework.Files.Journal.Startup;
|
|
|
|
public class Commander : JournalBase
|
|
{
|
|
public override string Event => "Commander";
|
|
public string Name { get; init; }
|
|
|
|
public string? FID { get; init; }
|
|
} |