parent
d4d3e05893
commit
3e4fd416ab
|
|
@ -250,6 +250,7 @@ namespace Content.Shared.Atmos.Monitor
|
|||
Gas
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum AtmosMonitorVisuals : byte
|
||||
{
|
||||
Offset,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
using JetBrains.Annotations;
|
||||
using Robust.Shared.Containers;
|
||||
using Robust.Shared.GameStates;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Foldable;
|
||||
|
||||
|
|
@ -57,6 +58,7 @@ public abstract class SharedFoldableSystem : EntitySystem
|
|||
args.Cancel();
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum FoldedVisuals : byte
|
||||
{
|
||||
State
|
||||
|
|
|
|||
Loading…
Reference in New Issue