| Main/Config/Configs/ADAwardConfig.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/Config/Configs/ADAwardConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2026年1月15日 // [ Date ]: Monday, April 27, 2026 //-------------------------------------------------------- using System.Collections.Generic; @@ -24,6 +24,7 @@ public int FuncID; public int RedpointID; public int ParentRedpointID; public string Name; public override int LoadKey(string _key) { @@ -50,6 +51,8 @@ int.TryParse(tables[6],out RedpointID); int.TryParse(tables[7],out ParentRedpointID); Name = tables[8]; } catch (Exception exception) {