Files
e1e32ee8fc27247c4e00fc8048ca6eece7cac644
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 { }
|