Package cn.com.hotmaze.util

Examples of cn.com.hotmaze.util.RoomMap.Init()


 
  public void reloadAllMap(){
    Iterator<String>  itr = MapContext.map.keySet().iterator();
    while(itr.hasNext()){
      RoomMap map = (RoomMap)MapContext.map.get(itr.next());
      map.Init((String)itr.next());
    }
  }
}
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.