Fix some comps for serv4 (#19511)

This commit is contained in:
metalgearsloth
2023-08-25 13:45:54 +10:00
committed by GitHub
parent 7c45d0e2f5
commit a8bac1f91f
2 changed files with 2 additions and 2 deletions

View File

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