2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-12 06:54:43 -04:00
2024-05-25 23:46:21 +10:00

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; }
}