Package smack.down

Examples of smack.down.Base.addMinion()


  }
 
  public void play(Player player, Callback callback) {
    Minion minion = (Minion) callback.selectFromDiscard("Select Minion", false, Callback.minionPredicate(strengthLimit));
    Base base = callback.selectBaseInPlay("Select Base", false, Callback.truePredicate(new Base[0]));
    base.addMinion(minion);
  }
}
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.