Ejemplo n.º 1
0
        public bool SendMsgEquipSystemGC2GMReqGemCombine(EGemsCombineType type, UInt32 gemTPID, CBMsgEquipSystemGM2GCAckGemCombine cb)
        {
            CMsgEquipSystemGC2GMReqGemCombine req = new CMsgEquipSystemGC2GMReqGemCombine(type, gemTPID);

            CMsgEquipSystemGM2GCAckGemCombine.cb = cb;
            return(CGameClient.Singleton.SendMsg(req));
        }
Ejemplo n.º 2
0
 public CMsgEquipSystemGC2GMReqGemCombine(EGemsCombineType type, UInt32 gemTPID)
     : base(CServerType.SRVTYPE_GAMESERVER, CFuncType.EFUNCTYPE_EQUIPSYSTEM, CEquipSystemMsgNumID.EMSGNUMID_EQUIPSYSTEM_GC2GM_REQ_GEM_COMBINE)
 {
     m_gemTPID = gemTPID;
     m_type    = type;
 }