6
2025-11-12 10:55:00 +03:00

13 lines
333 B
C#

namespace Content.Shared.Nutrition.AnimalHusbandry;
/// <summary>
/// This is used for denoting entities which are
/// valid partners for <see cref="ReproductiveComponent"/>.
/// This functions outside of the whitelist.
/// </summary>
[RegisterComponent]
public sealed partial class ReproductivePartnerComponent : Component
{
}