From 08b019408b72d4044ea2ffd3a5d65d3ed498d8c2 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 30 八月 2018 11:07:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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