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