namespace Observatory.Framework.Files.Journal { public class FighterRebuilt : JournalBase { public string Loadout { get; init; } public ulong ID { get; init; } } }