9 lines
159 B
C#
9 lines
159 B
C#
|
|
namespace Content.Shared.Wall;
|
||
|
|
using Robust.Shared.Serialization;
|
||
|
|
|
||
|
|
[Serializable, NetSerializable]
|
||
|
|
public enum ShuttleWallVisuals
|
||
|
|
{
|
||
|
|
DeconstructionStage,
|
||
|
|
}
|