Package civquest.units.gameChange

Examples of civquest.units.gameChange.RemoveUnit.notify()


        if (manager.isCompleteVisible(to)) {
          moveUnit.notify(manager.getRestrictedToNation(), before, after);
        } else {
          RemoveUnit removeUnit = new RemoveUnit(manager.getRestrictedToNation(),
                               unitID);
          removeUnit.notify(before, after);
          if (before) {
            manager.removeForeignUnit(unitID);
          }
        }
      } else {
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.