Animal Husbandry (#17140)

* Animal Husbandry

* suffixes and VV

* sanitize

* fix fails
This commit is contained in:
Nemanja
2023-07-09 18:36:37 -04:00
committed by GitHub
parent 1fd43b660d
commit 716fcaa4a3
9 changed files with 561 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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 class ReproductivePartnerComponent : Component
{
}