Added enum types (#2701)
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Content.Client.GameObjects.Components.Power
|
||||
var glowingPartsVisible = !(component.TryGetData(PowerDeviceVisuals.Powered, out bool powered) && !powered);
|
||||
sprite.LayerSetVisible(ProtolatheVisualLayers.BaseUnlit, glowingPartsVisible);
|
||||
}
|
||||
public enum ProtolatheVisualLayers
|
||||
public enum ProtolatheVisualLayers : byte
|
||||
{
|
||||
Base,
|
||||
BaseUnlit,
|
||||
|
||||
Reference in New Issue
Block a user