Examples of WarzoneConfigBag


Examples of com.tommytony.war.config.WarzoneConfigBag

  //private final Object gameEndLock = new Object();

  public Warzone(World world, String name) {
    this.world = world;
    this.name = name;
    this.warzoneConfig = new WarzoneConfigBag(this);
    this.teamDefaultConfig = new TeamConfigBag()// don't use ctor with Warzone, as this changes config resolution
    this.volume = new ZoneVolume(name, this.getWorld(), this);
    this.lobbyMaterials = War.war.getWarhubMaterials().clone();
  }
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.