Fix parallel tests unreliably failing due to statics in Atmospherics (#1914)
* Fix atmospherics statics unreliably failing parallel tests * Cache getting atmosphere system
This commit is contained in:
10
Content.Client/GameObjects/EntitySystems/AtmosphereSystem.cs
Normal file
10
Content.Client/GameObjects/EntitySystems/AtmosphereSystem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.GameObjects.EntitySystems.Atmos;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Content.Client.GameObjects.EntitySystems
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class AtmosphereSystem : SharedAtmosphereSystem
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user