Package civquest.map.combat.gameChange

Examples of civquest.map.combat.gameChange.UnitShot.execute()


        if (attacker instanceof Unit) {
          UnitShot unitShot = new UnitShot(attacker.getID(), shotChanges,
                           damage, target.getPosition(),
                           damageManager, receiveChanges,
                           timeChanges);
          unitShot.execute();
        } else {
          assert false : "Not yet implemented!";
        }
      }
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.