예제 #1
0
파일: Joint.cs 프로젝트: thdtjsdn/box2dnet
 public static void destroy(Joint joint)
 {
     joint.destructor();
 }