2022-05-13 00:59:03 -07:00
|
|
|
|
using Robust.Shared.Serialization;
|
2020-10-08 17:41:23 +02:00
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Shared.Wall
|
2020-10-08 17:41:23 +02:00
|
|
|
|
{
|
|
|
|
|
|
[Serializable, NetSerializable]
|
|
|
|
|
|
public enum ReinforcedWallVisuals
|
|
|
|
|
|
{
|
|
|
|
|
|
DeconstructionStage,
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|