Files
98ae6b22e667daf90efc5c47d39b192cf44c3645
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 { }
|