From 9b5399d3dd4299563821af0a7131f9a52402feea Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 11 九月 2020 17:42:19 +0800 Subject: [PATCH] 20209112 --- 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