fish-station/Content.Server/MouseRotator/MouseRotatorSystem.cs
Kara b8b4e918e2
Mouse rotator system (#19267)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2023-09-23 15:45:13 +10:00

8 lines
167 B
C#

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