Delta-v/Content.Shared/GameObjects/Components/Nutrition/SharedStomachComponent.cs

11 lines
211 B
C#

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