Package com.drakulo.games.ais.core.delayed

Examples of com.drakulo.games.ais.core.delayed.PreparationAction.clone()


              GameData.getSelectedColony().updateResource(r,
                  map.get(r).negate());
            }

            GameData.getSelectedColony().addPreparationAction(
                pa.clone());
          } else {
            // TODO play an error sound
          }

        } else if (this.selectedAction instanceof BuildingAction) {
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.