mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* Cleanup `ScrubberControl.xaml.cs` * Minor cleanups * Another pile of minor cleanups * Apply requested changes * Rename "which" into "bound". Add whitespace after "if"
5 lines
131 B
C#
5 lines
131 B
C#
namespace Content.Client.Atmos.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class PipeColorVisualsComponent : Component;
|