Back to project page AndroSol.
The source code is released under:
MIT License
If you think the Android project AndroSol listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package lib.cards.controllers; /* w ww.j a v a 2s . c o m*/ import java.util.List; import lib.cards.models.CardStackId; import lib.cards.models.CardState; public class StackMoveState extends GameActionState { public CardStackId source; public CardStackId target; public List<CardState> cardsToMove; }