Files

12 lines
220 B
C#
Raw Permalink Normal View History

2025-03-16 18:00:19 +03:00
namespace Content.Server._White.FillIDCard;
/// <summary>
/// WD.
/// </summary>
[RegisterComponent]
public sealed partial class FillIDCardComponent : Component
{
[DataField]
public bool IsContractor = false;
}