mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
8 lines
134 B
C#
8 lines
134 B
C#
namespace Content.Shared.Slippery
|
|
{
|
|
[RegisterComponent]
|
|
public sealed partial class NoSlipComponent : Component
|
|
{
|
|
}
|
|
}
|