From 0b0c1e5b4562e87306fe0fdfde489d7ec3a75954 Mon Sep 17 00:00:00 2001 From: Sailor <109166122+Equivocateur@users.noreply.github.com> Date: Mon, 10 Jul 2023 04:06:07 +0300 Subject: [PATCH] troleo completado (#17919) --- Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs b/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs index 0baeab5251..93567580d4 100644 --- a/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs +++ b/Content.Shared/Nutrition/AnimalHusbandry/InfantComponent.cs @@ -1,4 +1,5 @@ -using Robust.Shared.GameStates; +using System.Numerics; +using Robust.Shared.GameStates; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; namespace Content.Shared.Nutrition.AnimalHusbandry;