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