Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update ReflectUserComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Jun 16, 2024
1 parent 655e489 commit 0e534af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Content.Shared/Weapons/Reflect/ReflectUserComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 0e534af

Please sign in to comment.