Main/Config/Configs/PlayerFaceConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年5月19日 // [ Date ]: 2025年5月22日 //-------------------------------------------------------- using System.Collections.Generic; @@ -36,6 +36,7 @@ public override void LoadConfig(string input) { try { string[] tables = input.Split('\t'); int.TryParse(tables[0],out FaceID); @@ -100,5 +101,10 @@ int.TryParse(tables[12],out LightFightPower); Descriptive = tables[13]; } catch (Exception exception) { Debug.LogError(exception); } } }