예제 #1
0
파일: LProcess.java 프로젝트: Del-Gin/LGame
 public float getY() {
   if (isInstance) {
     return currentControl.getY();
   }
   return 0;
 }