Files
tbd-station-14/Content.Shared/Shuttles/BUIStates/IFFConsoleBoundUserInterfaceState.cs
metalgearsloth b4248482c5 IFF console (#10504)
* IFF console

* Silly

* Color

* a

* Const bool default

* Full stealth as well coz dork.

* Infiltrator update
2022-08-11 11:58:44 -05:00

18 lines
382 B
C#

using Content.Shared.Shuttles.Components;
using Robust.Shared.Serialization;
namespace Content.Shared.Shuttles.BUIStates;
[Serializable, NetSerializable]
public sealed class IFFConsoleBoundUserInterfaceState : BoundUserInterfaceState
{
public IFFFlags AllowedFlags;
public IFFFlags Flags;
}
[Serializable, NetSerializable]
public enum IFFConsoleUiKey : byte
{
Key,
}