Fixed LungComponent reference

This commit is contained in:
Vanessa 2025-12-21 13:14:22 -06:00
parent 5280db52c4
commit 2b375b5132
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
using Content.Server.Body.Components;
using Content.Server.Body.Systems;
using Content.Shared.Body.Components;
using Content.Shared.Nutrition.Components;
namespace Content.Server._DV.Feroxi;