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