Files
crystall-punk-14/Content.Shared/_CP14/MagicEnergy/CP14MagicEnergyAmbientSoundComponent.cs
Ed 3fd47443ae Essence collector (#952)
* collector attract essence

* collector

* Update magic-essence.yml

* Update essence_collelctor.yml
2025-02-28 15:55:47 +03:00

14 lines
374 B
C#

using Content.Shared._CP14.MagicRitual.Prototypes;
using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;
namespace Content.Shared._CP14.MagicEssence;
/// <summary>
/// Turn on and off the ambient sound if entity magic powered
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class CP14MagicEnergyAmbientSoundComponent : Component
{
}