Example #1
0
 private void ResponseComfirmSoul(ScEquipSoulComfirm msg)
 {
     if (msg.result != 0)
     {
         moduleGlobal.ShowMessage(9751, msg.result);
         return;
     }
     UnInitialize();
 }
Example #2
0
 private void _Packet(ScEquipSoulComfirm msg)
 {
     DispatchModuleEvent(ResponseComfirmSoul, msg);
 }