Package controller.commands

Examples of controller.commands.Trade.execute()


    //Should display all item to screen.
    //Player will click item from screen and then return the number of item.
    Character ally = map.getSelectedAlly();
    Character tradeToAlly = map.getTradeOrHealAlly();
    Trade trading = new Trade();
    trading.execute(ally, tradeToAlly);
  }

}
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.