8 lines
222 B
C#
8 lines
222 B
C#
namespace Content.Shared._CP14.Explosion.Components;
|
|
|
|
/// <summary>
|
|
/// Triggers when the entity is damaged.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class CP14TriggerOnDamageReceivedComponent : Component;
|