mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +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;
|