Files
OldThink/Content.Server/MouseRotator/MouseRotatorSystem.cs

9 lines
167 B
C#
Raw Permalink Normal View History

using Content.Shared.MouseRotator;
namespace Content.Server.MouseRotator;
/// <inheritdoc/>
public sealed class MouseRotatorSystem : SharedMouseRotatorSystem
{
}