mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-15 14:52:26 +02:00
6 lines
131 B
C#
6 lines
131 B
C#
using Content.Shared.Sprite;
|
|
|
|
namespace Content.Server.Sprite;
|
|
|
|
public sealed class ScaleVisualsSystem : SharedScaleVisualsSystem;
|