7 lines
99 B
C#
7 lines
99 B
C#
|
|
namespace Content.Client.Wall;
|
||
|
|
|
||
|
|
public enum ShuttleWallVisualLayers : byte
|
||
|
|
{
|
||
|
|
Deconstruction,
|
||
|
|
}
|