Add defib event, add fields to be able to disable crit defib and do after movement (#28174)
* Add defib event, add fields to be able to disable crit defib and do after movement * Fix check
This commit is contained in:
4
Content.Shared/Medical/TargetDefibrillatedEvent.cs
Normal file
4
Content.Shared/Medical/TargetDefibrillatedEvent.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Content.Shared.Medical;
|
||||
|
||||
[ByRefEvent]
|
||||
public readonly record struct TargetDefibrillatedEvent(EntityUid User, Entity<DefibrillatorComponent> Defibrillator);
|
||||
Reference in New Issue
Block a user