public bool SendMsgActivitySystemGC2GMReqDrawCard(EDrawCardType type, UInt16 count, CBMsgActivitySystemGM2GCAckDrawCard cb) { CMsgActivitySystemGC2GMReqDrawCard req = new CMsgActivitySystemGC2GMReqDrawCard(type, count); CMsgActivitySystemGM2GCAckDrawCard.s_cb = cb; return(CGameClient.Singleton.SendMsg(req)); }
public CMsgActivitySystemGC2GMReqDrawCard(EDrawCardType type, UInt16 count) : base(CServerType.SRVTYPE_GAMESERVER, CFuncType.EFUNCTYPE_ACTIVITYSYSTEM, CActivitySystemMsgNumID.EMSGNUMID_ACTIVITYSYSTEM_GC2GM_REQ_DRAW_CARD) { m_type = type; m_count = count; }