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