IFF console (#10504)
* IFF console * Silly * Color * a * Const bool default * Full stealth as well coz dork. * Infiltrator update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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,
|
||||
}
|
||||
Reference in New Issue
Block a user