using Scellecs.Morpeh; namespace BakeryGame.Components.Player; public struct HealthComponent : IComponent { public int HealthPoints; }