Filter sprites & visualizer (#3008)
Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
@@ -12,6 +13,11 @@ namespace Content.Shared.GameObjects.Components.Atmos
|
||||
[Serializable, NetSerializable]
|
||||
public class FilterVisualState
|
||||
{
|
||||
public bool Enabled { get; }
|
||||
|
||||
public FilterVisualState(bool enabled)
|
||||
{
|
||||
Enabled = enabled;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user