|
using Content.Shared._DV.Psionics.Systems.PsionicPowers;
|
|
|
|
namespace Content.Client._DV.Psionics.Systems.PsionicPowers;
|
|
|
|
/// <summary>
|
|
/// This solely exist for client-side prediction.
|
|
/// </summary>
|
|
public sealed class DispelPowerSystem : SharedDispelPowerSystem;
|