mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 08:34:36 +01:00
PreFightResponse data from DB
This commit is contained in:
@@ -21,6 +21,7 @@ namespace AscNet.Common.Database
|
||||
{
|
||||
Stage stage = new()
|
||||
{
|
||||
Uid = uid,
|
||||
Stages = new()
|
||||
};
|
||||
foreach (var guideFight in GuideFightTableReader.Instance.All)
|
||||
|
||||
Reference in New Issue
Block a user