* Weldable component for door * Content update * Examine message * Universal visualizer * Small fix * Entity storage * Content * Fixed test * Update Content.Shared/Storage/SharedStorageComponent.cs Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> * Fixed loc string * Add public API to change welding time Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
10 lines
173 B
C#
10 lines
173 B
C#
using Content.Shared.Tools.Components;
|
|
|
|
namespace Content.Client.Tools.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed class WeldableComponent : SharedWeldableComponent
|
|
{
|
|
|
|
}
|