From 8df24b0a3dfd5b6f39c5393ef24eab25b70ab858 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 11 九月 2020 13:18:33 +0800 Subject: [PATCH] 202009111 --- 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