Re-organize all projects (#4166)
This commit is contained in:
12
Content.Shared/Wall/ReinforcedWallVisuals.cs
Normal file
12
Content.Shared/Wall/ReinforcedWallVisuals.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Wall
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ReinforcedWallVisuals
|
||||
{
|
||||
DeconstructionStage,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user