RotationVisualsSystem.cs 144 B

1234567
  1. using Content.Shared.Rotation;
  2. namespace Content.Server.Rotation;
  3. public sealed class RotationVisualsSystem : SharedRotationVisualsSystem
  4. {
  5. }