Delta-v/Content.Shared/_DV/Communications/CommunicationsConsoleExfilt...

10 lines
263 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared._DV.Communications;
[Serializable, NetSerializable]
public sealed class CommunicationsConsoleExfiltrationShuttleMessage(bool call) : BoundUserInterfaceMessage
{
public readonly bool Call = call;
}