示例#1
0
 private WingOffOnCmdProcessor()
 {
     WingStarCacheManager.LoadWingStarItems();
     WingPropsCacheManager.LoadWingPropsItems();
     TCPCmdDispatcher.getInstance().registerProcessor((int)TCPGameServerCmds.CMD_SPR_WINGOFFON, 1, this);
 }
 private WingOffOnCmdProcessor()
 {
     WingStarCacheManager.LoadWingStarItems();
     WingPropsCacheManager.LoadWingPropsItems();
     TCPCmdDispatcher.getInstance().registerProcessor(610, 1, this);
 }