using GameCore.ECS.Interfaces; using GameCore.Math; namespace GameCore.Movement; public class RotationComponent : IComponent { public Vector3 Rotation; }