Files
wwdpublic/Content.Shared/Wall/ShuttleWallVisuals.cs
Velcroboy 4510ece546 Make shuttle walls/windows constructable (#19255)
(cherry picked from commit a698a85f3489b32df81ce5f6c62a2ad86465fea4)
2025-07-19 18:25:58 +10:00

9 lines
159 B
C#

namespace Content.Shared.Wall;
using Robust.Shared.Serialization;
[Serializable, NetSerializable]
public enum ShuttleWallVisuals
{
DeconstructionStage,
}