Add power sinks (#8020)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
8
Content.Server/PowerSink/PowerSinkComponent.cs
Normal file
8
Content.Server/PowerSink/PowerSinkComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Content.Server.PowerSink
|
||||
{
|
||||
/// <summary>
|
||||
/// Absorbs power up to its capacity when anchored then explodes.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class PowerSinkComponent : Component {}
|
||||
}
|
||||
Reference in New Issue
Block a user