Cleanup the namespaces (#8132)
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Atmos.Piping.Unary.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// Used in <see cref="GasPortableVisualizer"/> to determine which visuals to update.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
/// <summary>
|
||||
/// Used in <see cref="GasPortableVisualizer"/> to determine which visuals to update.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
public enum GasPortableVisuals
|
||||
{
|
||||
ConnectedState,
|
||||
|
||||
Reference in New Issue
Block a user