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

11 lines
231 B
C#

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