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

7 lines
99 B
C#

namespace Content.Client.Wall;
public enum ShuttleWallVisualLayers : byte
{
Deconstruction,
}