6
StarHorizon_Public/Content.Server/Rotation/RotationVisualsSystem.cs
2026-01-24 12:49:55 +03:00

8 lines
144 B
C#

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