6
StarHorizon_Public/Content.Server/Rotation/RotationVisualsSystem.cs
2025-11-15 12:24:44 +03:00

8 lines
144 B
C#

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