using Content.Shared._DV.Psionics.Components.PsionicPowers;
using Content.Shared._DV.Psionics.Systems.PsionicPowers;
namespace Content.Client._DV.Psionics.Systems.PsionicPowers;
///
/// This exists solely for prediction.
///
public sealed class PyrokinesisPowerSystem : SharedPyrokinesisPowerSystem
{
protected override void OnPowerUsed(Entity psionic, ref Shared._DV.Psionics.Events.PowerActionEvents.PyrokinesisPowerActionEvent args)
{
}
}