Merge branch 'master' of github.com:EggLinks/DanhengServer

This commit is contained in:
StopWuyu
2024-11-09 19:30:11 +08:00
11 changed files with 824 additions and 13 deletions

View File

@@ -21,6 +21,12 @@ public static class GameData
#endregion
#region VideoKeys
public static VideoKeysConfig VideoKeysConfig { get; set; } = new();
#endregion
#region Avatar
public static Dictionary<int, AvatarConfigExcel> AvatarConfigData { get; private set; } = [];