예제 #1
0
 public int getMarioStatus() {
   return mario.getStatus();
 }
예제 #2
0
 public boolean isLevelFinished() {
   return (mario.getStatus() != Mario.STATUS_RUNNING);
 }