Re-organize all projects (#4166)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Disposal.Components
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum DisposalTubeVisuals
|
||||
{
|
||||
VisualState
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum DisposalTubeVisualState
|
||||
{
|
||||
Free = 0,
|
||||
Anchored,
|
||||
Broken,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user