Files
wwdpublic/Content.Shared/RepulseAttract/Events/RepulseAttractActionEvent.cs
keronshb 944beb9369 Wizard: Repulse Spell (#35377)
(cherry picked from commit ee31a1f2933ba5e1290a453350e8ce2d927907d8)
2025-11-20 17:09:35 +03:00

9 lines
356 B
C#

using Content.Shared.Actions;
namespace Content.Shared.RepulseAttract.Events;
// Action event to repulse/attract
// TODO: Give speech support later for wizard
// TODO: When actions are refactored, give action targeting data (to change between single target, all around, etc)
public sealed partial class RepulseAttractActionEvent : InstantActionEvent;