* Add defib event, add fields to be able to disable crit defib and do after movement * Fix check
5 lines
166 B
C#
5 lines
166 B
C#
namespace Content.Shared.Medical;
|
|
|
|
[ByRefEvent]
|
|
public readonly record struct TargetDefibrillatedEvent(EntityUid User, Entity<DefibrillatorComponent> Defibrillator);
|