Examples of nextStepCard()


Examples of cardgamecard.CGBattleSetCard.nextStepCard()

           
        }
       
        //Подсвечиваем активную карту игрока, которая щас ходит
        CGBattleSetCard card_set = mPlayers[curPlayer%2].BattleCards();
        curCard = card_set.nextStepCard();
        curCard.setActive(true);
    }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.