예제 #1
0
파일: Poly.cs 프로젝트: TagsRocks/MapParse
 public Poly()
 {
     Verts = new DynamicArray <Vertex>();
     P     = new Plane();
 }