发卡关卡的读卡流程完成

This commit is contained in:
2024-12-10 17:40:59 +08:00
parent 193fa806c2
commit 25cb34f6f5
6 changed files with 157 additions and 60 deletions

View File

@@ -3,5 +3,6 @@ package game
import "game-driver/internal/routes/play/card_pusher"
type ConfigPush struct {
CardGroups []*card_pusher.LineGroup
PushGroups []*card_pusher.LineGroup
ReadURL string
}