예제 #1
0
파일: TEXT_IO.cs 프로젝트: TheByte/sones
 public Object ExportVertex(Vertex myVertex)
 {
     return myVertex.ToTEXT();
 }