Package org.scotlandyard.impl.engine

Examples of org.scotlandyard.impl.engine.MrX


    final Player player;

    if(playerRole==PlayerRole.MrX){

      player = new MrX(user);
      game.setMrX(player);

    }else{ // if(playerRole==PlayerRole.Detective){

      player = new Detective(user);
View Full Code Here

TOP

Related Classes of org.scotlandyard.impl.engine.MrX

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.