11 lines
234 B
C#
11 lines
234 B
C#
|
|
using Content.Shared.GameObjects.EntitySystems.Atmos;
|
|||
|
|
using JetBrains.Annotations;
|
|||
|
|
|
|||
|
|
namespace Content.Client.GameObjects.EntitySystems
|
|||
|
|
{
|
|||
|
|
[UsedImplicitly]
|
|||
|
|
public class AtmosphereSystem : SharedAtmosphereSystem
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|