Files
0a603f4b4d2e3974330f0f4cc4c4cd09c8185fac
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;
|
|||
}
|