namespace Content.Shared._Goobstation.Projectiles.ProjectileIgnoreTransparent; /// /// This component exists because fixture masks do not work with embeddable projectiles for some reason /// [RegisterComponent] public sealed partial class ProjectileIgnoreTransparentComponent : Component { }