* IFF console * Silly * Color * a * Const bool default * Full stealth as well coz dork. * Infiltrator update
18 lines
382 B
C#
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,
|
|
}
|