Make shuttle walls/windows constructable (#19255)

This commit is contained in:
Velcroboy
2023-11-20 19:20:24 -06:00
committed by GitHub
parent 646aee0b7a
commit a698a85f34
25 changed files with 409 additions and 32 deletions

View File

@@ -0,0 +1,6 @@
namespace Content.Client.Wall;
public enum ShuttleWallVisualLayers : byte
{
Deconstruction,
}