Fix gas mixer visuals (#6534)

This commit is contained in:
Leon Friedrich
2022-02-08 09:42:07 +13:00
committed by GitHub
parent 73a411804a
commit dfc03d6871
3 changed files with 32 additions and 10 deletions

View File

@@ -1,12 +1,11 @@
using Content.Server.Atmos.Piping.Trinary.EntitySystems;
using Content.Shared.Atmos;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.ViewVariables;
namespace Content.Server.Atmos.Piping.Trinary.Components
{
[RegisterComponent]
public class GasMixerComponent : Component
[Friend(typeof(GasMixerSystem))]
public sealed class GasMixerComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
public bool Enabled = true;