6
StarHorizon_Public/Content.Shared/_RMC14/Projectiles/PreventCollideWithDeadComponent.cs
2026-01-13 18:31:02 +02:00

8 lines
233 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._RMC14.Projectiles;
[RegisterComponent, NetworkedComponent]
[Access(typeof(RMCProjectileSystem))]
public sealed partial class PreventCollideWithDeadComponent : Component;