6
StarHorizon_Public/Content.Server/Rotation/RotationVisualsSystem.cs
2026-01-13 18:31:02 +02:00

8 lines
144 B
C#

using Content.Shared.Rotation;
namespace Content.Server.Rotation;
public sealed class RotationVisualsSystem : SharedRotationVisualsSystem
{
}