Files
crystall-punk-14/Content.Shared/RepulseAttract/Events/RepulseAttractActionEvent.cs

9 lines
356 B
C#
Raw Normal View History

2025-02-22 10:56:54 -05:00
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;