Slight trigger refactor (#4320)
* Trigger tweaks * Finish trigger refactor * Clusterflash too
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Content.Shared.Acts
|
||||
void OnDestroy(DestructionEventArgs eventArgs);
|
||||
}
|
||||
|
||||
public class DestructionEventArgs : EventArgs
|
||||
public class DestructionEventArgs : EntityEventArgs
|
||||
{
|
||||
public IEntity Owner { get; set; } = default!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user