Move scale command to content and turn it into a toolshed command (#39349)

* scale command

* fix namespaces
This commit is contained in:
slarticodefast
2025-08-06 14:33:21 +02:00
committed by GitHub
parent 87b0ec090f
commit 71f21d96f7
7 changed files with 224 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
using Content.Shared.Sprite;
namespace Content.Server.Sprite;
public sealed class ScaleVisualsSystem : SharedScaleVisualsSystem;