12 lines
202 B
C#
12 lines
202 B
C#
using System;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Wall
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum ReinforcedWallVisuals
|
|
{
|
|
DeconstructionStage,
|
|
}
|
|
}
|