From f025f98a9f992a6ba171fbdf1bab2defa5a4f989 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 11 三月 2019 15:23:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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