示例#1
0
 public void UsePoint(int outPoint)
 {
     point -= outPoint;
     globalControl.updateEditPoint(point);
 }