7 lines
100 B
C#
7 lines
100 B
C#
namespace Content.Client.Morgue.Visualizers;
|
|
|
|
public enum BodyBagVisualLayers : byte
|
|
{
|
|
Label,
|
|
}
|