mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
* Fix rotation visuals desync * :bucklemeup: * A (cherry picked from commit cf98300ba223cc9b8bed72d9b6dff273a79119a3)
8 lines
144 B
C#
8 lines
144 B
C#
using Content.Shared.Rotation;
|
|
|
|
namespace Content.Server.Rotation;
|
|
|
|
public sealed class RotationVisualsSystem : SharedRotationVisualsSystem
|
|
{
|
|
}
|