Delta-v/Content.Shared/Nutrition/EntitySystems/SharedFoodSequenceSystem.cs

6 lines
117 B
C#

namespace Content.Shared.Nutrition.EntitySystems;
public abstract class SharedFoodSequenceSystem : EntitySystem
{
}