using Robust.Shared.GameObjects;
namespace Content.Shared.GameObjects.Components.Nutrition
{
public class SharedStomachComponent : Component
public override string Name => "Stomach";
}