From c3e1b733fc45bd9f0b88bfb560cfa87a270b079b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 09 九月 2020 17:33:58 +0800 Subject: [PATCH] 20200909 --- HDL_ON/Entity/ResidenceConfig.cs | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/HDL_ON/Entity/ResidenceConfig.cs b/HDL_ON/Entity/ResidenceConfig.cs index 87458af..9d71b48 100644 --- a/HDL_ON/Entity/ResidenceConfig.cs +++ b/HDL_ON/Entity/ResidenceConfig.cs @@ -40,7 +40,6 @@ public void RefreshUserConfig () { instance = null; - SaveUserConfig (); } public void SaveUserConfig () @@ -65,8 +64,6 @@ /// </summary> public string CurFoor = Language.StringByID(StringId.All); - public Dictionary<string, int> SkinVision = new Dictionary<string, int> (); - public Dictionary<string, int> DowlaodSkinVision = new Dictionary<string, int> (); /// <summary> /// 瀹夐槻瀵嗙爜 /// </summary> @@ -78,7 +75,5 @@ public bool ShowAlternativeScene = true; public string SetLanguage = ""; - - //public RegionInfoRes CurrentRegion; } } \ No newline at end of file -- Gitblit v1.8.0