From 6c625bf8c05cf809491f807d1c3ee58d26d2cf49 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 11 三月 2019 20:59:04 +0800
Subject: [PATCH] Merge branch 'master' into Equip
---
System/Message/RichNormalEvent.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/System/Message/RichNormalEvent.cs b/System/Message/RichNormalEvent.cs
index 92591e8..4320ff1 100644
--- a/System/Message/RichNormalEvent.cs
+++ b/System/Message/RichNormalEvent.cs
@@ -16,6 +16,7 @@
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)
@@ -107,6 +108,15 @@
}
}
break;
+ case RichTextEventEnum.AuctionBidding:
+ {
+ if (href.mSplits.ContainsKey("auctionbidding"))
+ {
+ var guid = href.mSplits["auctionbidding"];
+ //--绔炰环
+ }
+ }
+ break;
}
return false;
}
--
Gitblit v1.8.0