6
2026-01-24 12:49:55 +03:00

8 lines
223 B
C#

namespace Content.Server.Body.Components;
/// <summary>
/// Raised when a body gets gibbed, before it is deleted.
/// </summary>
[ByRefEvent]
public readonly record struct BeingGibbedEvent(HashSet<EntityUid> GibbedParts);