9 lines
121 B
C#
9 lines
121 B
C#
namespace Content.Client.Kitchen.Visualizers;
|
|
|
|
public enum MicrowaveVisualizerLayers : byte
|
|
{
|
|
Base,
|
|
BaseUnlit
|
|
}
|
|
|