Files
crystall-punk-14/Content.Shared/_CP14/Explosion/Components/CP14TriggerOnDamageReceivedComponent.cs

8 lines
222 B
C#
Raw Permalink Normal View History

2025-08-25 17:00:57 +03:00
namespace Content.Shared._CP14.Explosion.Components;
/// <summary>
/// Triggers when the entity is damaged.
/// </summary>
[RegisterComponent]
2025-08-25 17:00:57 +03:00
public sealed partial class CP14TriggerOnDamageReceivedComponent : Component;