From 9fe4964c60e82735b165001d6e3d2914f73184e5 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 19 九月 2018 11:59:25 +0800
Subject: [PATCH] 3564【前端】队伍和仙盟频道移动至仙缘中

---
 System/WorldMap/WorldMapRealmSitBehaviour.cs |   70 +++++++++++++++++-----------------
 1 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/System/WorldMap/WorldMapRealmSitBehaviour.cs b/System/WorldMap/WorldMapRealmSitBehaviour.cs
index e1d7b93..6659b96 100644
--- a/System/WorldMap/WorldMapRealmSitBehaviour.cs
+++ b/System/WorldMap/WorldMapRealmSitBehaviour.cs
@@ -1,35 +1,35 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using TableConfig;
-namespace Snxxz.UI
-{
-    public class WorldMapRealmSitBehaviour : MonoBehaviour
-    {
-        [SerializeField] PositionTween tween;
-
-        MapModel m_MapModel;
-        MapModel mapModel
-        {
-            get
-            {
-                return m_MapModel ?? (m_MapModel = ModelCenter.Instance.GetModel<MapModel>());
-            }
-        }
-
-        RealmModel m_RealmModel;
-        RealmModel realmModel
-        {
-            get
-            {
-                return m_RealmModel ?? (m_RealmModel = ModelCenter.Instance.GetModel<RealmModel>());
-            }
-        }
-
-        public void Init(WorldMapArea _area)
-        {
-            tween.gameObject.SetActive(false);
-        }
-    }
-}
-
+锘縰sing System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using TableConfig;
+namespace Snxxz.UI
+{
+    public class WorldMapRealmSitBehaviour : MonoBehaviour
+    {
+        [SerializeField] PositionTween tween;
+
+        MapModel m_MapModel;
+        MapModel mapModel
+        {
+            get
+            {
+                return m_MapModel ?? (m_MapModel = ModelCenter.Instance.GetModel<MapModel>());
+            }
+        }
+
+        RealmModel m_RealmModel;
+        RealmModel realmModel
+        {
+            get
+            {
+                return m_RealmModel ?? (m_RealmModel = ModelCenter.Instance.GetModel<RealmModel>());
+            }
+        }
+
+        public void Init(WorldMapArea _area)
+        {
+            tween.gameObject.SetActive(false);
+        }
+    }
+}
+

--
Gitblit v1.8.0