using GameCore.ECS.Interfaces; namespace GameCore.Player; public class PlayerComponent : IComponent { }