Make projectile & hitscan reflection only try once with the best reflector (#28539)

This commit is contained in:
Hannah Giovanna Dawson
2024-06-04 14:26:19 +01:00
committed by GitHub
parent d4fe7eda51
commit 0b4fc7e298
2 changed files with 147 additions and 116 deletions

View File

@@ -7,7 +7,4 @@ namespace Content.Shared.Weapons.Reflect;
/// Reflection events will then be relayed.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ReflectUserComponent : Component
{
}
public sealed partial class ReflectUserComponent : Component;