6
2025-12-13 13:46:17 +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;