Weldable cleanup (#19809)
This commit is contained in:
12
Content.Shared/Tools/Systems/WeldableChangedEvent.cs
Normal file
12
Content.Shared/Tools/Systems/WeldableChangedEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Content.Shared.Tools.Components;
|
||||
|
||||
namespace Content.Shared.Tools.Systems;
|
||||
|
||||
/// <summary>
|
||||
/// Raised when <see cref="WeldableComponent"/> has changed.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public readonly record struct WeldableChangedEvent(bool IsWelded)
|
||||
{
|
||||
public readonly bool IsWelded = IsWelded;
|
||||
}
|
||||
Reference in New Issue
Block a user