namespace Observatory.Framework.Files.Journal.Combat; public class UnderAttack : JournalBase { public string Target { get; init; } }