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