Package net.sf.l2j.gameserver.model.zone

Examples of net.sf.l2j.gameserver.model.zone.L2ZoneManager


    public void addZone(L2ZoneType zone)
    {
      if (_zoneManager == null)
      {
        _zoneManager = new L2ZoneManager();
      }
      _zoneManager.registerNewZone(zone);
    }
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.model.zone.L2ZoneManager

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.