using Content.Shared.GameObjects.EntitySystems.Atmos; using JetBrains.Annotations; namespace Content.Client.GameObjects.EntitySystems { [UsedImplicitly] public class AtmosphereSystem : SharedAtmosphereSystem { } }