using Content.Shared.Clothing; using Content.Shared.Clothing.Components; using Content.Shared.Eye.Blinding.Components; using Content.Shared.Eye.Blinding.Systems; using Content.Shared.Inventory; using Content.Shared.Tag; using Content.Shared.Eye; using Content.Shared.Sunrise.Eye; using Content.Shared.Sunrise.Clothing.EntitySystems; using Content.Shared.Sunrise.Clothing.Components; namespace Content.Server.Sunrise.Eye; public sealed class DarkenedVisionSystem : SharedDarkenedVisionSystem {}