using System.Numerics; namespace DaggerFramework.SceneGraph { public class Entity2d : Entity { public Vector2 Position { get; set; } } }