Make NoSlip component networked (#30425)
Co-authored-by: plykiya <plykiya@protonmail.com>
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
namespace Content.Shared.Slippery
|
using Robust.Shared.GameStates;
|
||||||
{
|
|
||||||
[RegisterComponent]
|
namespace Content.Shared.Slippery;
|
||||||
|
|
||||||
|
[RegisterComponent, NetworkedComponent]
|
||||||
public sealed partial class NoSlipComponent : Component
|
public sealed partial class NoSlipComponent : Component
|
||||||
{
|
{
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user