Move scale command to content and turn it into a toolshed command (#39349)
* scale command * fix namespaces
This commit is contained in:
5
Content.Server/Sprite/ScaleVisualsSystem.cs
Normal file
5
Content.Server/Sprite/ScaleVisualsSystem.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using Content.Shared.Sprite;
|
||||
|
||||
namespace Content.Server.Sprite;
|
||||
|
||||
public sealed class ScaleVisualsSystem : SharedScaleVisualsSystem;
|
||||
Reference in New Issue
Block a user