* Fix atmospherics statics unreliably failing parallel tests * Cache getting atmosphere system
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
|
|
{
|
|
}
|
|
}
|