using Entitas; namespace CoreGame.Render { [Combat] public class MovementComponent : IComponent { public float joySpeed; public float direction; } }