Files
OldThink/Content.Client/GameObjects/EntitySystems/AtmosphereSystem.cs

11 lines
234 B
C#
Raw Normal View History

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