Animal Husbandry (#17140)
* Animal Husbandry * suffixes and VV * sanitize * fix fails
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user