From d9e6e5aac14261fad5bd18053b600bd513b45509 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 04 九月 2018 15:28:38 +0800
Subject: [PATCH] 1889 【前端】神兽地界及界面相关

---
 System/FindPrecious/FindPreciousModel.cs |   29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/System/FindPrecious/FindPreciousModel.cs b/System/FindPrecious/FindPreciousModel.cs
index f6f8e2e..69a7498 100644
--- a/System/FindPrecious/FindPreciousModel.cs
+++ b/System/FindPrecious/FindPreciousModel.cs
@@ -1,10 +1,10 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using System;
-using TableConfig;
-using System.Text;
-
+锘縰sing System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using System;
+using TableConfig;
+using System.Text;
+
 namespace Snxxz.UI
 {
     public class FindPreciousModel : Model, IBeforePlayerDataInitialize, IAfterPlayerDataInitialize, IPlayerLoginOk, IMapInitOk, ISwitchAccount
@@ -14,7 +14,8 @@
         Redpoint findPreciousRedpoint = new Redpoint(FINDPRECIOUS_REDPOINTID);
 
         int m_ViewKillRecordsBoss = 0;
-        public int ViewKillRecordsBoss {
+        public int ViewKillRecordsBoss
+        {
             get { return this.m_ViewKillRecordsBoss; }
             set { this.m_ViewKillRecordsBoss = value; }
         }
@@ -23,9 +24,11 @@
         List<int> bossNotifies = new List<int>();
 
         int m_CurrentBossNotify = 0;
-        public int currentBossNotify {
+        public int currentBossNotify
+        {
             get { return m_CurrentBossNotify; }
-            private set {
+            private set
+            {
                 if (m_CurrentBossNotify != value)
                 {
                     m_CurrentBossNotify = value;
@@ -424,7 +427,7 @@
             {
                 return FindPreciousType.PersonalBoss;
             }
-            else if (ConfigManager.Instance.ContainKey<DogzDungeonConfig>(_bossId))
+            else if (Config.Instance.ContainKey<DogzDungeonConfig>(_bossId))
             {
                 return FindPreciousType.DogzDungeon;
             }
@@ -654,5 +657,5 @@
         }
 
     }
-}
-
+}
+

--
Gitblit v1.8.0