Files
581ca2f5efefe8aeb53397af1f02bdf52012abea
8 lines
195 B
C#
8 lines
195 B
C#
namespace Content.Server.Explosion.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Triggers on use in hand.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class TriggerOnUseComponent : Component { }
|