| | |
| | | presentHrefInfo.Add(split_value, array[1]);
|
| | | }
|
| | | break;
|
| | | case "auctionbidding":
|
| | | {
|
| | | presentHrefInfo.mEvents.Add(RichTextEventEnum.AuctionBidding);
|
| | | presentHrefInfo.Add(split_value, array[1]);
|
| | | }
|
| | | break;
|
| | | default:
|
| | | {
|
| | | presentHrefInfo.Add(split_value, array[1]);
|
| | |
| | | GetWay,//获取途径
|
| | | JOINTEAM,//加入队伍
|
| | | AncientRobotName,//上古战场随机名字
|
| | | AuctionBidding,//集市竞价
|
| | | }
|
| | |
| | | RichTextMgr.Inst.RegisterEvent(RichTextEventEnum.GetWay, this);
|
| | | RichTextMgr.Inst.RegisterEvent(RichTextEventEnum.JOINTEAM, this);
|
| | | RichTextMgr.Inst.RegisterEvent(RichTextEventEnum.AncientRobotName, this);
|
| | | RichTextMgr.Inst.RegisterEvent(RichTextEventEnum.AuctionBidding, this);
|
| | | }
|
| | |
|
| | | public override bool Execute(RichTextEventEnum type, RichTextMgr.HrefInfo href)
|
| | |
| | | }
|
| | | }
|
| | | break;
|
| | | case RichTextEventEnum.AuctionBidding:
|
| | | {
|
| | | if (href.mSplits.ContainsKey("auctionbidding"))
|
| | | {
|
| | | var guid = href.mSplits["auctionbidding"];
|
| | | //--竞价
|
| | | }
|
| | | }
|
| | | break;
|
| | | }
|
| | | return false;
|
| | | }
|