* desynchronizer real * yaml stuff from slarti branch * C# stuff * oops * fix triggers * atomize PR --------- Co-authored-by: Flareguy <woaj9999@outlook.com>
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 { }
|