|
using Content.Shared._DV.Psionics.Systems.PsionicPowers;
|
|
|
|
namespace Content.Client._DV.Psionics.Systems.PsionicPowers;
|
|
|
|
// This does nothing here. The code is all in the shared/server version.
|
|
public sealed class FracturedFormPowerSystem : SharedFracturedFormPowerSystem;
|