Ejemplo n.º 1
0
 private WingOffOnCmdProcessor()
 {
     WingStarCacheManager.LoadWingStarItems();
     WingPropsCacheManager.LoadWingPropsItems();
     TCPCmdDispatcher.getInstance().registerProcessor((int)TCPGameServerCmds.CMD_SPR_WINGOFFON, 1, this);
 }
Ejemplo n.º 2
0
 private WingOffOnCmdProcessor()
 {
     WingStarCacheManager.LoadWingStarItems();
     WingPropsCacheManager.LoadWingPropsItems();
     TCPCmdDispatcher.getInstance().registerProcessor(610, 1, this);
 }