using Robust.Shared.Serialization; namespace Content.Shared.Shuttles.Events; /// /// Raised on a client IFF console when it wishes to show IFF. /// [Serializable, NetSerializable] public sealed class IFFShowIFFMessage : BoundUserInterfaceMessage { public bool Show; }