예제 #1
0
 public Status changeStatus()
 {
     if (tower.isDead())
     {
         return(tower.getDying());
     }
     else
     {
         return(tower.getAiming());
     }
 }