Files
crystall-punk-14/Content.Shared/_CP14/MagicEssence/CP14MagicEssenceScannerComponent.cs

12 lines
324 B
C#
Raw Normal View History

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