using Content.Shared._CP14.MagicEnergy; namespace Content.Shared._CP14.MagicEssence; /// /// Allows you to see how much magic essence is stored in objects /// [RegisterComponent, Access(typeof(SharedCP14MagicEnergySystem))] public sealed partial class CP14MagicEssenceScannerComponent : Component { }