10 lines
306 B
C#
10 lines
306 B
C#
|
|
namespace Content.Shared._CP14.MagicEnergy.Components;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// allows the object to be inserted into CP14MagicEnergyCrystalSlot
|
||
|
|
/// </summary>
|
||
|
|
[RegisterComponent, Access(typeof(SharedCP14MagicEnergyCrystalSlotSystem))]
|
||
|
|
public sealed partial class CP14MagicEnergyCrystalComponent : Component
|
||
|
|
{
|
||
|
|
}
|