using System.Collections.Generic; namespace DotRecast.Core { public class RcObjImporterContext { public List vertexPositions = new List(); public List meshFaces = new List(); } }