mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-07 02:08:17 +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 {}
|