Package civquest.map.destroy

Examples of civquest.map.destroy.DefaultUnitDestroyManager


    this.mapRegistry = registry.getSubRegistry("map");
    this.config = new Configuration(mapRegistry);

    Registry destroyRegistry = mapRegistry.getSubRegistry("destroy");
    Ruleset dudRuleset = destroyRegistry.getRuleset("defaultUnitDestroy");
    this.unitDestroyManager = new DefaultUnitDestroyManager(dudRuleset);
  }
View Full Code Here

TOP

Related Classes of civquest.map.destroy.DefaultUnitDestroyManager

Copyright © 2018 www.massapicom. 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.