Main/Config/Configs/ChatBubbleBoxConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年12月1日 // [ Date ]: 2026年3月17日 //-------------------------------------------------------- using System.Collections.Generic; @@ -35,6 +35,7 @@ public int Top; public int[] MyColor; public int[] OtherColor; public int SortIndex; public override int LoadKey(string _key) { @@ -167,6 +168,8 @@ int.TryParse(OtherColorStringArray[i],out OtherColor[i]); } } int.TryParse(tables[19],out SortIndex); } catch (Exception exception) {