using Microsoft.Xna.Framework; namespace Kav { public interface IHasVertexPositions { Vector3[] Positions { get; } } }