Files
f298396fe4ca02c5386b3d4903cd5b6ffbe58ab3
15 lines
282 B
C#
15 lines
282 B
C#
namespace Content.Client.PDA;
|
|||
|
|||
/// <summary>
|
|||
/// Used for visualizing PDA visuals.
|
|||
/// </summary>
|
|||
[RegisterComponent]
|
|||
public sealed partial class PdaVisualsComponent : Component
|
|||
{
|
|||
public string? BorderColor;
|
|||
|
|||
public string? AccentHColor;
|
|||
|
|||
public string? AccentVColor;
|
|||
}
|