make jaws of life not awful (#10770)
This commit is contained in:
@@ -78,10 +78,12 @@ namespace Content.Shared.Doors
|
||||
public sealed class BeforeDoorPryEvent : CancellableEntityEventArgs
|
||||
{
|
||||
public readonly EntityUid User;
|
||||
public readonly EntityUid Tool;
|
||||
|
||||
public BeforeDoorPryEvent(EntityUid user)
|
||||
public BeforeDoorPryEvent(EntityUid user, EntityUid tool)
|
||||
{
|
||||
User = user;
|
||||
Tool = tool;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user