using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
namespace Content.Shared.Preferences.Loadouts;
///
/// Specifies the selected prototype and custom data for a loadout.
///
[Serializable, NetSerializable]
public sealed class Loadout
{
public ProtoId Prototype;
}