Package csa.jportal.match

Examples of csa.jportal.match.MatchHumanPlayer


       if (hplayer != null)
       {
           // human game
            MatchPlayable hplayer1=null;
            hplayer.setBoosterMode(true, player1.mDeckBase);
            hplayer1 = new MatchHumanPlayer(hplayer);

            options.setPlayer1(hplayer1);
            options.setPlayer2(cplayer1);
       }
       else
View Full Code Here

TOP

Related Classes of csa.jportal.match.MatchHumanPlayer

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.