2023-07-09 18:36:37 -04:00
|
|
|
|
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]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class ReproductivePartnerComponent : Component
|
2023-07-09 18:36:37 -04:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|