namespace Content.Shared.Payload.Components;
///
/// Component that enables payloads and payload triggers to function.
///
///
/// If an entity with a is installed into a an entity with a , the trigger will grant components to the case-entity. If the case entity is
/// triggered, it will forward the trigger onto any contained payload entity.
///
[RegisterComponent]
public sealed partial class PayloadCaseComponent : Component { }