Portable flasher tweaks (#6517)
This commit is contained in:
6
Content.Client/Explosion/TriggerOnProximityComponent.cs
Normal file
6
Content.Client/Explosion/TriggerOnProximityComponent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Content.Shared.Explosion;
|
||||
|
||||
namespace Content.Client.Explosion;
|
||||
|
||||
[RegisterComponent, Friend(typeof(TriggerSystem))]
|
||||
public sealed class TriggerOnProximityComponent : SharedTriggerOnProximityComponent {}
|
||||
Reference in New Issue
Block a user