namespace Content.Shared.Silicons.Bots;
///
/// This component describes how a HugBot hugs.
///
///
[RegisterComponent, AutoGenerateComponentState]
public sealed partial class HugBotComponent : Component
{
[DataField, AutoNetworkedField]
public TimeSpan HugCooldown = TimeSpan.FromMinutes(2);
}