fish-station/Content.Server/_Sunrise/Eye/DarkenedVisionSystem.cs

15 lines
No EOL
496 B
C#

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 {}