6
2026-01-24 12:49:55 +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
{
}