示例#1
0
 public static void endNewSelection(Vector3i endpos) {
   if (newzone != null) {
     newzone.setEndPosition(endpos);
   }
 }