using Robust.Shared.Serialization;
namespace Content.Shared._NF.Atmos.Events;
///
/// Raised on a client requesting gas to be sold.
///
[Serializable, NetSerializable]
public sealed class GasSaleSellMessage : BoundUserInterfaceMessage;
///
/// Raised on a client requesting the gas console's state be refreshed
/// Similar to the appraise button on the cargo consoles.
///
[Serializable, NetSerializable]
public sealed class GasSaleRefreshMessage : BoundUserInterfaceMessage;