Portable scrubbers (#9417)
This commit is contained in:
15
Content.Shared/Atmos/Visuals/PortableScrubberVisuals.cs
Normal file
15
Content.Shared/Atmos/Visuals/PortableScrubberVisuals.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Atmos.Visuals
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
/// <summary>
|
||||
/// Used for the visualizer
|
||||
/// </summary>
|
||||
public enum PortableScrubberVisuals : byte
|
||||
{
|
||||
IsFull,
|
||||
IsRunning,
|
||||
IsDraining
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user