Files
wwdpublic/Content.Shared/_Goobstation/Projectiles/ProjectileIgnoreTransparent/ProjectileIgnoreTransparentComponent.cs
Aviu00 1a6270309a Yuh
(cherry picked from commit dc051987ca50fc97848285b66eca9694e31f7941)
2025-03-21 17:37:58 +03:00

10 lines
314 B
C#

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