Delta-v/Content.Server/_DV/Biscuit/BiscuitComponent.cs

11 lines
222 B
C#

using Content.Shared._DV.Biscuit;
namespace Content.Server._DV.Biscuit;
[RegisterComponent]
public sealed partial class BiscuitComponent : SharedBiscuitComponent
{
[DataField]
public bool Cracked { get; set; }
}