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

@@ -4,6 +4,7 @@ using Robust.Shared.Physics.Collision.Shapes;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.ViewVariables;
using System.Collections.Generic;
using Content.Shared.Explosion;
namespace Content.Server.Explosion.Components
{
@@ -12,7 +13,7 @@ namespace Content.Server.Explosion.Components
/// Raises a <see cref="TriggerEvent"/> whenever an entity collides with a fixture attached to the owner of this component.
/// </summary>
[RegisterComponent]
public sealed class TriggerOnProximityComponent : Component
public sealed class TriggerOnProximityComponent : SharedTriggerOnProximityComponent
{
public const string FixtureID = "trigger-on-proximity-fixture";