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,8 @@
namespace Content.Shared.Wall;
using Robust.Shared.Serialization;
[Serializable, NetSerializable]
public enum ShuttleWallVisuals
{
DeconstructionStage,
}