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,10 @@
namespace Content.Client.Explosion;
public sealed partial class TriggerSystem : EntitySystem
{
public override void Initialize()
{
base.Initialize();
InitializeProximity();
}
}