mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:30:55 +01:00
7 lines
216 B
C#
7 lines
216 B
C#
using Content.Shared.Explosion;
|
|
|
|
namespace Content.Client.Explosion;
|
|
|
|
[RegisterComponent, Access(typeof(TriggerSystem))]
|
|
public sealed partial class TriggerOnProximityComponent : SharedTriggerOnProximityComponent {}
|