Files
tbd-station-14/Content.Shared/Nutrition/AnimalHusbandry/ReproductivePartnerComponent.cs

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
{
}