8 lines
109 B
C#
8 lines
109 B
C#
namespace Content.Client.Morgue.Visualizers;
|
|
|
|
public enum MorgueVisualLayers : byte
|
|
{
|
|
Base,
|
|
Light,
|
|
}
|