初步完成龙台的读卡逻辑
This commit is contained in:
@@ -24,7 +24,7 @@ func switchPoint(ctx context.Context, point int) leaf.HandlerFunc {
|
||||
return play.PushCard(ctx)
|
||||
case 5:
|
||||
// 5号点位(等待插卡)
|
||||
return play.WaitCard
|
||||
return play.WaitCard(ctx)
|
||||
default:
|
||||
return play.Default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user