Mouse rotator system (#19267)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
8
Content.Server/MouseRotator/MouseRotatorSystem.cs
Normal file
8
Content.Server/MouseRotator/MouseRotatorSystem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.MouseRotator;
|
||||
|
||||
namespace Content.Server.MouseRotator;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public sealed class MouseRotatorSystem : SharedMouseRotatorSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user