using CommonLang; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using XmdsServerEdgeJS.Zone; // 场景缓存信息 namespace CommonAI.ZoneServer.JSGModule { public class ZoneCache { public static HashMap> mCacheZone = new HashMap>(); public static void cacheScene(int sceneID) { //XmdsZoneNode node = new XmdsZoneNode(this, instanceId, gameServerId); //node.Node.Callback = IceManager.instance().getCallback(gameServerId); //node.Start(sceneID, data, null); } } }