Exemplo n.º 1
0
 public int getMarioStatus() {
   return mario.getStatus();
 }
Exemplo n.º 2
0
 public boolean isLevelFinished() {
   return (mario.getStatus() != Mario.STATUS_RUNNING);
 }