Portable flasher tweaks (#6517)

This commit is contained in:
metalgearsloth
2022-02-08 14:08:21 +11:00
committed by GitHub
parent 70c0a502cf
commit 310f6e14f1
9 changed files with 145 additions and 115 deletions

View File

@@ -0,0 +1,6 @@
using Content.Shared.Explosion;
namespace Content.Client.Explosion;
[RegisterComponent, Friend(typeof(TriggerSystem))]
public sealed class TriggerOnProximityComponent : SharedTriggerOnProximityComponent {}