6
2026-01-24 12:49:55 +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;