namespace Observatory.Framework.Files.Journal
{
    public class ShieldState : JournalBase
    {
        public bool ShieldsUp { get; init; }
    }
}