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