using MoonWorks.Math; namespace MoonWorksECSTest { public struct PositionComponent { public Vector2 Position; } }