namespace Content.Shared._CP14.MagicSpellStorage.Components;
///
/// The component allows you to use actions nested in an object not through hotbar, but through direct interaction with the object.
///
[RegisterComponent, Access(typeof(CP14SpellStorageSystem))]
public sealed partial class CP14SpellStorageInteractionComponent : Component
{
///
/// The selected action will automatically attempt to be used when interacting with the item.
///
[DataField]
public int SelectedAction;
}