Draw MapAtmosphere gasses (#17688)
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
using Content.Shared.Atmos.Components;
|
||||
using Content.Shared.Atmos.EntitySystems;
|
||||
|
||||
namespace Content.Server.Atmos.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Component that defines the default GasMixture for a map.
|
||||
/// </summary>
|
||||
/// <remarks>Honestly, no need to [Friend] this. It's just two simple data fields... Change them to your heart's content.</remarks>
|
||||
[RegisterComponent]
|
||||
public sealed class MapAtmosphereComponent : Component
|
||||
[RegisterComponent, Access(typeof(SharedAtmosphereSystem))]
|
||||
public sealed class MapAtmosphereComponent : SharedMapAtmosphereComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// The default GasMixture a map will have. Space mixture by default.
|
||||
|
||||
Reference in New Issue
Block a user