Generic morgue visualizer (#9696)

This commit is contained in:
Leon Friedrich
2022-07-14 17:25:44 +12:00
committed by GitHub
parent d509aacbf6
commit bad837fb85
7 changed files with 68 additions and 91 deletions

View File

@@ -0,0 +1,7 @@
namespace Content.Client.Morgue.Visualizers;
public enum MorgueVisualLayers : byte
{
Base,
Light,
}