mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-16 15:22:27 +02:00
7 lines
176 B
C#
7 lines
176 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Robust.Shared.GameObjects;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class ScaleVisualsComponent : Component {}
|