Package es.mahulo.battleship.model

Examples of es.mahulo.battleship.model.Hit


   
    logger.info("Shot " + gameId + " " + sc.getUserPrincipal().getName() + " " + shot);
   
    Boolean isHit = gameService.shot(gameId,sc.getUserPrincipal().getName(), shot);
   
    Hit hit = new Hit();
    hit.setHit(isHit);
   
    return hit;
  }
View Full Code Here

TOP

Related Classes of es.mahulo.battleship.model.Hit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.