using Robust.Shared.Audio;
namespace Content.Server._White.Wizard.Magic.Other;
[RegisterComponent]
public sealed partial class InstantRecallComponent : Component
{
public EntityUid? Item;
///
/// Sound to play on use.
///
[DataField]
[ViewVariables]
public SoundSpecifier LinkSound;
///
/// Sound to play on use.
///
[DataField]
[ViewVariables]
public SoundSpecifier RecallSound;
}