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