Skip to content

Commit

Permalink
Make NoSlip component networked (space-wizards#30425)
Browse files Browse the repository at this point in the history
Co-authored-by: plykiya <[email protected]>
  • Loading branch information
Plykiya and plykiya authored Jul 28, 2024
1 parent 4a9bd17 commit 1d55a43
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Content.Shared/Slippery/NoSlipComponent.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
namespace Content.Shared.Slippery
using Robust.Shared.GameStates;

namespace Content.Shared.Slippery;

[RegisterComponent, NetworkedComponent]
public sealed partial class NoSlipComponent : Component
{
[RegisterComponent]
public sealed partial class NoSlipComponent : Component
{
}

}

0 comments on commit 1d55a43

Please sign in to comment.