mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
* Cleanup `ScrubberControl.xaml.cs` * Minor cleanups * Another pile of minor cleanups * Apply requested changes * Rename "which" into "bound". Add whitespace after "if" (cherry picked from commit 6c86d7b32bc937c831474ccd0eeabfc6ab9d8c7e)
5 lines
131 B
C#
5 lines
131 B
C#
namespace Content.Client.Atmos.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class PipeColorVisualsComponent : Component;
|