PreFightResponse data from DB

This commit is contained in:
rfi
2023-11-11 14:28:21 +07:00
parent 23bbbd8d16
commit 99c0473b42
7 changed files with 79 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ namespace AscNet.Common.Database
{
Stage stage = new()
{
Uid = uid,
Stages = new()
};
foreach (var guideFight in GuideFightTableReader.Instance.All)