mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-05-01 04:27:58 +03:00
7 lines
102 B
C#
7 lines
102 B
C#
namespace Content.Client.Wall;
|
|
|
|
public enum ReinforcedWallVisualLayers : byte
|
|
{
|
|
Deconstruction,
|
|
}
|