From 437ddf790dbb6e2027be870de1e4e682b008b662 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 30 八月 2018 10:53:15 +0800
Subject: [PATCH] Merge branch '2998仙盟宴会界面修改和逻辑修改'

---
 System/Dungeon/DungeonData.cs |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/System/Dungeon/DungeonData.cs b/System/Dungeon/DungeonData.cs
index 5df635b..419fa74 100644
--- a/System/Dungeon/DungeonData.cs
+++ b/System/Dungeon/DungeonData.cs
@@ -104,6 +104,8 @@
         public int topScore;
         public int isFullExp;
         public int leaderID;
+        public FairyFeastRank[] familyPartyRank;
+        public FairyFeastTop familyPartyTop;
 
         public long totalExp
         {
@@ -142,6 +144,19 @@
         }
     }
 
+    public struct FairyFeastRank
+    {
+        public int rank;
+        public string name;
+        public int cnt;
+    }
+
+    public struct FairyFeastTop
+    {
+        public string name;
+        public int cnt;
+    }
+
     public struct ServerItem
     {
         public int ItemID;

--
Gitblit v1.8.0