Replace IClickAlert with events (#30728)
* Replace IAlertClick with events * whoop * eek!
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Content.Shared.Alert;
|
||||
using Robust.Shared.Audio;
|
||||
|
||||
namespace Content.Shared.Atmos.Components;
|
||||
@@ -27,3 +28,5 @@ public sealed partial class ExtinguishOnInteractComponent : Component
|
||||
[DataField]
|
||||
public LocId ExtinguishFailed = "candle-extinguish-failed";
|
||||
}
|
||||
|
||||
public sealed partial class ResistFireAlertEvent : BaseAlertEvent;
|
||||
|
||||
Reference in New Issue
Block a user