6
StarHorizon_Public/Content.Server/Rotation/RotationVisualsSystem.cs
2025-08-05 10:00:54 +03:00

8 lines
144 B
C#

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