初步完成龙台的读卡逻辑
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"game-driver/internal/routes/play/card_device"
|
||||
"game-driver/internal/routes/play/card_pusher"
|
||||
"gopkg.in/natefinch/lumberjack.v2"
|
||||
)
|
||||
|
||||
@@ -19,7 +19,7 @@ type AliyunConfig struct {
|
||||
|
||||
type GameConfig struct {
|
||||
MaxTimeout int
|
||||
CardGroups []*card_device.LineGroup
|
||||
CardGroups []*card_pusher.LineGroup
|
||||
}
|
||||
|
||||
type Logger struct {
|
||||
|
||||
Reference in New Issue
Block a user