ReproductivePartnerComponent.cs 333 B

123456789101112
  1. namespace Content.Shared.Nutrition.AnimalHusbandry;
  2. /// <summary>
  3. /// This is used for denoting entities which are
  4. /// valid partners for <see cref="ReproductiveComponent"/>.
  5. /// This functions outside of the whitelist.
  6. /// </summary>
  7. [RegisterComponent]
  8. public sealed partial class ReproductivePartnerComponent : Component
  9. {
  10. }