From 1dd8f9a62db9e134f7d1b1a7e88d9b33cbe2b17a Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 21 五月 2025 18:05:27 +0800
Subject: [PATCH] 59 子 【常规】邮件系统 / 【常规】邮件系统-客户端 摘取红点组件
---
Main/System/MainInterfacePanel.meta | 8
Main/System/Redpoint/RedpointCenter.cs | 6
Main/System/Redpoint/RedpointBehaviour.cs | 122 ++++++++++++
Main/System/MainInterfacePanel/MainRedPoint.cs.meta | 11 +
Main/System/Redpoint/Redpoint.cs | 132 ++++++------
Main/System/Redpoint/RedpointBehaviour.cs.meta | 12 +
Main/System/MainInterfacePanel/MainRedDot.cs | 205 ++++++++++++++++++++
Main/System/MainInterfacePanel/MainRedDot.cs.meta | 12 +
Main/System/Redpoint/Redpoint.cs.meta | 5
Main/System/MainInterfacePanel/MainRedPoint.cs | 40 ++++
Main/System/Redpoint/RedpointCenter.cs.meta | 5
11 files changed, 489 insertions(+), 69 deletions(-)
diff --git a/Main/System/MainInterfacePanel.meta b/Main/System/MainInterfacePanel.meta
new file mode 100644
index 0000000..6591dbf
--- /dev/null
+++ b/Main/System/MainInterfacePanel.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 4cf9daf7c9fbaf94ea5af5b13a70c217
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Main/System/MainInterfacePanel/MainRedDot.cs b/Main/System/MainInterfacePanel/MainRedDot.cs
new file mode 100644
index 0000000..9fc52c4
--- /dev/null
+++ b/Main/System/MainInterfacePanel/MainRedDot.cs
@@ -0,0 +1,205 @@
+锘�//--------------------------------------------------------
+// [Author]: 绗簩涓栫晫
+// [ Date ]: Thursday, November 16, 2017
+//--------------------------------------------------------
+using UnityEngine;
+using System.Collections;
+using UnityEngine.UI;
+using System.Collections.Generic;
+using System;
+
+namespace vnxbqy.UI
+{
+
+
+ public class MainRedDot : Singleton<MainRedDot>
+ {
+ public const int RedPoint_key = 1;
+ public const int FAIRY_REDPOINT_KEY1 = 107;
+ public const int RedPoint_key1 = 106;
+ public const int RedPoint_UpFuncBase = 2;
+ public const int RedPoint_VipDot = 35;//VIP鐣岄潰
+ public const int RedPoint_Share= 66; //sdk鍒嗕韩绛�
+
+ private Redpoint rightTopRedpint = new Redpoint(RedPoint_UpFuncBase);
+
+ private Redpoint redPointStrePrentOne = new Redpoint(RedPoint_key);
+ private Redpoint redPointStrePrent = new Redpoint(RedPoint_key, RedPoint_key1);
+ private Redpoint welfareRedPoint = new Redpoint(201);
+ private Redpoint realmRedpoint = new Redpoint(114);
+ private Redpoint redPointVipDot = new Redpoint(RedPoint_VipDot);
+
+ public Redpoint rankActRepoint = new Redpoint(RankActRepoint);
+
+ #region 瑙掕壊绾㈢偣
+ public Redpoint roleRedpoint = new Redpoint(RedPoint_key, 101);
+ public Redpoint roleTagRedpoint = new Redpoint(101, 10101);
+ #endregion
+
+ //public Redpoint jadeDynastyRedpoint = new Redpoint(1, 117);
+
+ #region 閭欢绾㈢偣
+ public const int RedPoint_MainMailKey = 24;
+ public const int RedPoint_MailFuncKey = 2401;
+ public Redpoint redpointMainMail = new Redpoint(RedPoint_MainMailKey);
+ public Redpoint redpointMailFunc = new Redpoint(RedPoint_MainMailKey, RedPoint_MailFuncKey);
+ #endregion
+
+ #region 濂藉弸绾㈢偣
+ public const int RedPoint_FriendQuestKey = 26;
+ public const int RedPoint_FriendChatKey = 25; //濂藉弸
+ public Redpoint redpointFriendQuest = new Redpoint(RedPoint_FriendQuestKey);
+ public Redpoint redPointFriendChat = new Redpoint(RedPoint_FriendChatKey);
+ #endregion
+
+ #region 鑳屽寘绾㈢偣
+ public const int RedPoint_MainPackKey = 102;
+ public const int RedPoint_BagFuncKey = 10201;
+ public const int RedPoint_DepotFuncKey = 10204;
+ public Redpoint redPointMainPack = new Redpoint(RedPoint_MainPackKey);
+ public Redpoint redPointBagFunc = new Redpoint(RedPoint_MainPackKey, RedPoint_BagFuncKey);
+ public Redpoint redPointDepotFunc = new Redpoint(RedPoint_MainPackKey, RedPoint_DepotFuncKey);
+ #endregion
+
+ #region 娲楃偧绾㈢偣
+ public const int RedPoint_WashFuncKey = 10605;
+ public Redpoint redPointWashFunc = new Redpoint(RedPoint_key1, RedPoint_WashFuncKey);
+ #endregion
+
+ #region 濂楄绾㈢偣
+ public const int RedPoint_SuitFuncKey = 10604;
+ public Redpoint redPointSuitFunc = new Redpoint(RedPoint_key1, RedPoint_SuitFuncKey);
+ #endregion
+
+ #region 浠欑洘鍏敤绾㈢偣
+ public const int FAIRY_REDPOINT_KEY2 = 10701;
+ public Redpoint fairyLaunch = new Redpoint(RedPoint_key, FAIRY_REDPOINT_KEY1);
+ public Redpoint fairyBaseFuncRedPoint = new Redpoint(FAIRY_REDPOINT_KEY1, FAIRY_REDPOINT_KEY2);
+ #endregion
+
+ #region 浠欑洘娲昏穬绾㈢偣
+ public const int FAIRYLiven_REDPOINT_KEY3 = 1070107;
+ public Redpoint fairyLivenRedPoint = new Redpoint(FAIRY_REDPOINT_KEY2, FAIRYLiven_REDPOINT_KEY3);
+ #endregion
+
+ #region 浠欑洘鍟嗗簵绾㈢偣
+ public const int FAIRYStore_REDPOINT_KEY3 = 1070106;
+ public Redpoint fairyStoreRedPoint = new Redpoint(FAIRY_REDPOINT_KEY2, FAIRYStore_REDPOINT_KEY3);
+ #endregion
+
+
+ #region 鍧愰獞绾㈢偣/鐏靛疇绾㈢偣
+
+ public const int RedPoint_PetKey = 105;
+ public Redpoint redPointPetKeyFunc = new Redpoint(RedPoint_key, RedPoint_PetKey);
+ public const int RedPoint_MountPackKey = 10501;
+ public Redpoint redPointMountFunc = new Redpoint(RedPoint_PetKey, RedPoint_MountPackKey);
+ public const int RedPoint_PetKey2 = 10502;
+ public Redpoint redPonintPetFunc2 = new Redpoint(RedPoint_PetKey, RedPoint_PetKey2);
+ #endregion
+
+ #region 寮�鏈嶆椿鍔ㄧ孩鐐�
+ public const int REDPOINT_OPENSERVER = 209;
+ public Redpoint openServerRedpoint = new Redpoint(REDPOINT_OPENSERVER);
+
+ //280 寮�澶寸敤浜庤妭鏃ョ绂�
+ public const int RedPoint_HolidayWishes = 280;
+ public Redpoint holidayWishesRedpoint = new Redpoint(RedPoint_HolidayWishes);
+
+ #endregion
+ public const int REDPOINT_OPENRANK = 258;
+ public Redpoint openRankRedpoint = new Redpoint(REDPOINT_OPENRANK);
+ #region 浠欑洘娲诲姩绾㈢偣
+ public readonly Redpoint fairyActivityRedpoint = new Redpoint(218);
+ #endregion
+
+
+ // boss棣栨潃
+ public const int REDPOINT_BOSSFIRSTKILL = 600;
+ public const int ForeverCardRedPoint = 441; //缁堣韩鍗$孩鐐�
+ public const int BossTrialRepoint = 442; //boss鍑瘉
+ public const int NewDayActionRedPoint = 443; //鏃ユ湡鍨嬶紙绫昏妭鏃ワ級娲诲姩
+
+ public static int BlessedLandRedpoint = 444; //绂忓湴绾㈢偣
+ public const int FuyuanSumRechargeRedpoint = 445; //绂忕紭- 绱厖
+ public const int OnHookRedpoint = 446; //鎸傛満
+ public const int RedPoint_FamilyRecharge = 447; //浠欑洘鍏呭�煎崗鍔�
+ public const int CustomizedGiftRedpoint = 448; //鑷�夌ぜ鍖�
+ public const int LoginZhanLingRedpoint = 449; //鐧诲綍鎴樹护
+ public const int GatheringSoulZhanLingRedpoint = 450; //鑱氶瓊鎴樹护
+ public const int TreasureLuckyDrawRedpoint = 451; //鍙ゅ疂鎶藉
+ public const int MjxbRedpoint = 452; //绉樺瀵诲疂
+ public const int CrossServerGodBattleFieldAssort = 453; //鍙ょ鎴樺満缁勯槦
+ public const int GatherSourRedpointEnter = 454; //鑱氶瓊鍏ュ彛绾㈢偣
+ public const int QCTrainActRedpoint = 455; //楠戝疇鍏绘垚娲诲姩
+ public const int RankActRepoint = 456; //鎺掕姒滄椿鍔ㄧ殑涓粙绾㈢偣
+ public const int TreasurePavilionRankActRepoint = 457; //鍙ゅ疂鍏绘垚鎺掕姒滄椿鍔�
+ public const int CelestialPalaceRepoint = 458; //浠欏
+ public const int PhantasmPavilionRepoint = 459; //骞诲闃�
+ public const int PhantasmPavilionZhanLingRepoint = 460; //骞诲鎴樹护
+ public const int FairyAffinityRepoint = 461; //浠欑紭
+ public const int FairyEmbleManageRepoint = 462;//浠欑洘寰界珷绠$悊鍏ュ彛绾㈢偣
+ public const int CycleHallRepoint = 463; //杞洖娈�
+ public const int YunShiRepoint = 464; //杩愬娍
+ public const int LianQiRepoint = 465; //浠欏尃澶т細
+ public const int FairySiegeRepoint = 466; //浠欑洘鏀诲煄鎴�
+ public const int RedPoint_MR648 = 900; // BT鍔熻兘绾㈢偣 - 姣忔棩648
+
+
+
+ public void Register()
+ {
+ RedpointCenter.Instance.redpointValueChangeEvent -= OnRedpointChange;
+ RedpointCenter.Instance.redpointValueChangeEvent += OnRedpointChange;
+ }
+
+ public List<int> rightTopHideRedpoints = new List<int>()
+ {
+ 203,
+ 209,
+ 210,
+ 212,
+ 213,
+ 214,
+ 216,
+ 280,
+ 401,
+ 402,
+ 403,
+ 406,
+ 413,
+ 421,
+ 423,
+ 433,
+ 434,
+ 443,
+ 452,
+ 500,
+ 900,
+ };
+
+ private void OnRedpointChange(int id)
+ {
+ if (rightTopHideRedpoints.Contains(id))
+ {
+ var redpiontState = RedPointState.None;
+ for (int i = 0; i < rightTopHideRedpoints.Count; i++)
+ {
+ var redpointId = rightTopHideRedpoints[i];
+ if (RedpointCenter.Instance.GetRedpointState(redpointId) != RedPointState.None)
+ {
+ redpiontState = RedPointState.Simple;
+ break;
+ }
+ }
+
+ rightTopRedpint.state = redpiontState;
+ }
+ }
+
+ }
+
+}
+
+
+
diff --git a/Main/System/MainInterfacePanel/MainRedDot.cs.meta b/Main/System/MainInterfacePanel/MainRedDot.cs.meta
new file mode 100644
index 0000000..efe04f2
--- /dev/null
+++ b/Main/System/MainInterfacePanel/MainRedDot.cs.meta
@@ -0,0 +1,12 @@
+fileFormatVersion: 2
+guid: 0a75f63e7be08db45bcea9438cc12860
+timeCreated: 1510839143
+licenseType: Pro
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Main/System/MainInterfacePanel/MainRedPoint.cs b/Main/System/MainInterfacePanel/MainRedPoint.cs
new file mode 100644
index 0000000..fc604fe
--- /dev/null
+++ b/Main/System/MainInterfacePanel/MainRedPoint.cs
@@ -0,0 +1,40 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+
+class MainRedPoint
+{
+ //IL绾㈢偣 浠�400寮�濮嬩娇鐢紝鍗曠孩鐐癸紙400-599锛夊敖閲忔寜椤哄簭鎺�
+ public static int jpbnRedPoint = 401; //鏋佸搧鐧芥嬁
+ public static int zxthRedPoint = 402; //鍦ㄧ嚎鐗规儬
+ public static int gntqRedPoint = 403; //鍔熻兘鐗规潈鍗�
+ public static int hfhdRedPoint = 406; //鍚堟湇娲诲姩
+ public static int faqiRedPoint = 408; //淇偧锛堟硶鍣級绾㈢偣
+ public static int wfqzRedPoint = 409; //鐜╂硶鍓嶇灮
+ public static int QYRedPoint = 410; //鎯呯紭
+ public static int SugarRedPoint = 411; //鍠滅硸
+ public static int CharmRedPoint = 412; //鎻愬崌榄呭姏
+ public static int XYYGRedPoint = 413; //骞歌繍浜戣喘
+ public static int GSCJRedPoint = 416; //鍙ょ鎴愬氨
+ public static int TTLRedPoint = 418; //閫氬ぉ浠�
+ public static int TDLBRedPoint = 421; //澶╁笣绀煎寘
+ public static int CrossServerQualifyingRedPoint = 423; //璺ㄦ湇锛堜竾鐣岋級浜夐湼
+ public static int cbgRedpoint = 428; //钘忓疂闃佺孩鐐�
+ public static int achievementRedpoint = 431; //鎴愬氨绾㈢偣
+ public static int buy1Free5Redpoint = 433; //涔�1閫�5绾㈢偣
+ public static int RechargeGenerousGiftWinRedpoint = 434; //鍏呭�艰豹绀煎叆鍙�
+ public static int LvZhanlingRedpoint = 435; //绛夌骇鎴樹护鍏ュ彛绾㈢偣
+ public static int RealmLvZhanlingRedpoint = 436; //澧冪晫鎴樹护鍏ュ彛绾㈢偣
+ public static int CelestialStarTowerRedpoint = 437; //澶╂槦濉旀垬浠ゅ叆鍙g孩鐐�
+ public static int GuBaoTotalStarsRedpoint = 438; //鍙ゅ疂鎴樹护鍏ュ彛绾㈢偣
+ public static int DailySpecialsRedpoint = 439; //姣忔棩鐗规儬鍏ュ彛绾㈢偣
+ public static int CZBMRedpoint = 440; //鎴愰暱蹇呬拱鍏ュ彛绾㈢偣
+
+
+
+
+}
+
diff --git a/Main/System/MainInterfacePanel/MainRedPoint.cs.meta b/Main/System/MainInterfacePanel/MainRedPoint.cs.meta
new file mode 100644
index 0000000..2b6bea4
--- /dev/null
+++ b/Main/System/MainInterfacePanel/MainRedPoint.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 779b03ad46e310946a2c371da02b79a3
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Main/System/Redpoint/Redpoint.cs b/Main/System/Redpoint/Redpoint.cs
index ccafa20..2f2b95b 100644
--- a/Main/System/Redpoint/Redpoint.cs
+++ b/Main/System/Redpoint/Redpoint.cs
@@ -1,64 +1,68 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-
- public class Redpoint
- {
- int m_Id = 0;
- public int id {
- get { return m_Id; }
- private set { m_Id = value; }
- }
-
- int m_Parent = 0;
- public int parent {
- get { return m_Parent; }
- private set { m_Parent = value; }
- }
-
- RedPointState m_State = RedPointState.None;
- public RedPointState state {
- get { return m_State; }
- set {
- if (m_State != value)
- {
- m_State = value;
- RedpointCenter.Instance.Report(this);
- }
- }
- }
-
- int m_Count = 0;
- public int count {
- get { return m_Count; }
- set {
- if (m_Count != value)
- {
- m_Count = value;
- RedpointCenter.Instance.ReportWithoutParent(this);
- }
- }
- }
-
- public Redpoint(int _id)
- {
- id = _id;
- RedpointCenter.Instance.Register(this);
- }
-
- public Redpoint(int _parent, int _id)
- {
- if (_parent <= 0)
- {
- Debug.Log("鏃犳晥鐨勭埗瀵硅薄Id锛�");
- return;
- }
-
- parent = _parent;
- id = _id;
- RedpointCenter.Instance.Register(this);
- }
-
- public int RedpoindId { get; internal set; }
- }
\ No newline at end of file
+锘縰sing System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace vnxbqy.UI
+{
+
+ public class Redpoint
+ {
+ int m_Id = 0;
+ public int id {
+ get { return m_Id; }
+ private set { m_Id = value; }
+ }
+
+ int m_Parent = 0;
+ public int parent {
+ get { return m_Parent; }
+ private set { m_Parent = value; }
+ }
+
+ RedPointState m_State = RedPointState.None;
+ public RedPointState state {
+ get { return m_State; }
+ set {
+ if (m_State != value)
+ {
+ m_State = value;
+ RedpointCenter.Instance.Report(this);
+ }
+ }
+ }
+
+ int m_Count = 0;
+ public int count {
+ get { return m_Count; }
+ set {
+ if (m_Count != value)
+ {
+ m_Count = value;
+ RedpointCenter.Instance.ReportWithoutParent(this);
+ }
+ }
+ }
+
+ public Redpoint(int _id)
+ {
+ id = _id;
+ RedpointCenter.Instance.Register(this);
+ }
+
+ public Redpoint(int _parent, int _id)
+ {
+ if (_parent <= 0)
+ {
+ Debug.Log("鏃犳晥鐨勭埗瀵硅薄Id锛�");
+ return;
+ }
+
+ parent = _parent;
+ id = _id;
+ RedpointCenter.Instance.Register(this);
+ }
+
+ public int RedpoindId { get; internal set; }
+ }
+}
+
diff --git a/Main/System/Redpoint/Redpoint.cs.meta b/Main/System/Redpoint/Redpoint.cs.meta
index 0e25799..8e0bd96 100644
--- a/Main/System/Redpoint/Redpoint.cs.meta
+++ b/Main/System/Redpoint/Redpoint.cs.meta
@@ -1,7 +1,8 @@
fileFormatVersion: 2
-guid: 197dd29377e81c947badf6c3948ec100
+guid: 0a42764d8a096f44f9ee340ee05e5b98
+timeCreated: 1498879399
+licenseType: Free
MonoImporter:
- externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
diff --git a/Main/System/Redpoint/RedpointBehaviour.cs b/Main/System/Redpoint/RedpointBehaviour.cs
new file mode 100644
index 0000000..80062ab
--- /dev/null
+++ b/Main/System/Redpoint/RedpointBehaviour.cs
@@ -0,0 +1,122 @@
+锘�//--------------------------------------------------------
+// [Author]: 绗簩涓栫晫
+// [ Date ]: Monday, August 14, 2017
+//--------------------------------------------------------
+using UnityEngine;
+using System.Collections;
+using UnityEngine.UI;
+
+namespace vnxbqy.UI
+{
+
+ public class RedpointBehaviour : MonoBehaviour
+ {
+ [SerializeField]
+ int m_RedpointId;
+ public int redpointId {
+ get {
+ return m_RedpointId;
+ }
+ set {
+ m_RedpointId = value;
+ UpdateRedpoint(value);
+ }
+ }
+
+ [SerializeField]
+ Transform m_SimpleRedpoint;
+ public Transform simpleRedpoint {
+ get {
+ return m_SimpleRedpoint;
+ }
+ }
+ [SerializeField]
+ Transform m_QuantityRedpoint;
+ public Transform quantityRedpoint {
+ get {
+ return m_QuantityRedpoint;
+ }
+ }
+ [SerializeField]
+ Text m_Quantity;
+ public Text quantityText {
+ get {
+ return m_Quantity;
+ }
+ }
+ [SerializeField]
+ Transform m_FullRedpoint;
+
+ [SerializeField]
+ Transform m_GetRewardRedpoint;
+
+ bool m_Show = false;
+ public bool show {
+ get { return m_Show; }
+ set {
+ if (m_Show != value)
+ {
+ m_Show = value;
+ this.SetActive(m_Show);
+ }
+ }
+ }
+
+ private void Awake()
+ {
+ UpdateRedpoint(redpointId);
+ RedpointCenter.Instance.redpointValueChangeEvent += UpdateRedpoint;
+ }
+
+ private void OnDestroy()
+ {
+ RedpointCenter.Instance.redpointValueChangeEvent -= UpdateRedpoint;
+ }
+
+ void UpdateRedpoint(int _id)
+ {
+ if (_id != redpointId)
+ {
+ return;
+ }
+
+ var state = RedpointCenter.Instance.GetRedpointState(redpointId);
+ if (m_SimpleRedpoint != null)
+ {
+ m_SimpleRedpoint.SetActive(state == RedPointState.Simple);
+ }
+
+ if (m_QuantityRedpoint != null)
+ {
+ m_QuantityRedpoint.SetActive(state == RedPointState.Quantity);
+ }
+
+ if (m_Quantity != null)
+ {
+ m_Quantity.SetActive(state == RedPointState.Quantity);
+ }
+
+ if (m_FullRedpoint != null)
+ {
+ m_FullRedpoint.SetActive(state == RedPointState.Full);
+ }
+
+ if (m_GetRewardRedpoint != null)
+ {
+ m_GetRewardRedpoint.SetActive(state == RedPointState.GetReward);
+ }
+
+ if (state == RedPointState.Quantity && m_Quantity != null)
+ {
+ var count = RedpointCenter.Instance.GetRedpointCount(redpointId);
+ m_Quantity.text = count > 9 ? "N" : count >= 1 ? count.ToString() : "";
+ }
+
+ }
+
+ }
+
+}
+
+
+
diff --git a/Main/System/Redpoint/RedpointBehaviour.cs.meta b/Main/System/Redpoint/RedpointBehaviour.cs.meta
new file mode 100644
index 0000000..821f251
--- /dev/null
+++ b/Main/System/Redpoint/RedpointBehaviour.cs.meta
@@ -0,0 +1,12 @@
+fileFormatVersion: 2
+guid: 2bf1f4ab44a292c4b93a0fa07c912016
+timeCreated: 1502692075
+licenseType: Pro
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Main/System/Redpoint/RedpointCenter.cs b/Main/System/Redpoint/RedpointCenter.cs
index 89cf2b9..ac08e95 100644
--- a/Main/System/Redpoint/RedpointCenter.cs
+++ b/Main/System/Redpoint/RedpointCenter.cs
@@ -3,6 +3,8 @@
using UnityEngine;
using System;
+namespace vnxbqy.UI
+{
public class RedpointCenter : Singleton<RedpointCenter>
{
@@ -127,4 +129,6 @@
}
}
- }
\ No newline at end of file
+ }
+}
+
diff --git a/Main/System/Redpoint/RedpointCenter.cs.meta b/Main/System/Redpoint/RedpointCenter.cs.meta
index 1039d21..ad08d07 100644
--- a/Main/System/Redpoint/RedpointCenter.cs.meta
+++ b/Main/System/Redpoint/RedpointCenter.cs.meta
@@ -1,7 +1,8 @@
fileFormatVersion: 2
-guid: 3a14d208a8eaf094eb603ae04a77f661
+guid: 21f69efc624fde0459de61619e952f48
+timeCreated: 1498879388
+licenseType: Free
MonoImporter:
- externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
--
Gitblit v1.8.0