6
StarHorizon_Public/Content.Shared/Fax/DamageOnFaxecuteEvent.cs
2025-11-12 10:55:00 +03:00

10 lines
212 B
C#

namespace Content.Shared.Fax.Components;
/// <summary>
/// Event for killing any mob within the fax machine.
/// </summary
[ByRefEvent]
public record struct DamageOnFaxecuteEvent(FaxMachineComponent? Action);