Files
crystall-punk-14/Content.Server/PowerSink/PowerSinkComponent.cs

9 lines
231 B
C#
Raw Normal View History

namespace Content.Server.PowerSink
{
/// <summary>
/// Absorbs power up to its capacity when anchored then explodes.
/// </summary>
[RegisterComponent]
public sealed class PowerSinkComponent : Component {}
}