Files
tbd-station-14/Content.Server/Magic/Events/TeleportSpellEvent.cs
2022-05-29 16:29:10 +10:00

11 lines
289 B
C#

using Content.Shared.Actions;
using Content.Shared.Sound;
namespace Content.Server.Magic.Events;
public sealed class TeleportSpellEvent : WorldTargetActionEvent
{
[DataField("blinkSound")]
public SoundSpecifier BlinkSound = new SoundPathSpecifier("/Audio/Magic/blink.ogg");
}