Files
tbd-station-14/Content.Shared/Clothing/Components/SkatesComponent.cs
brainfood1183 40b36d1dc5 Roller Skates (#20257)
* adds roller skates

* removed hascomp and changed addcomp to ensurecomp, modified to _random, _stun

* remove icon from type: sprite

* sorted dependencies

* skates no longer added skater component to user, movmeentspeedmodifier and damagehighspeedimpact had access removed.

* fixes

* fixes
2023-11-05 19:42:37 -07:00

10 lines
170 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Clothing;
[RegisterComponent]
[NetworkedComponent]
public sealed partial class SkatesComponent : Component
{
}