6
StarHorizon_Public/Content.Server/Rotation/RotationVisualsSystem.cs
2025-11-07 12:32:48 +03:00

8 lines
144 B
C#

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