Files
ebd01f4980f77ea19d7c5e9b2b5b05c8616c3c42
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;
|
|||
}
|