Files
vRp.CD2g_test/game/poker.go
T
2023-06-21 19:28:31 +08:00

6 lines
88 B
Go

package game
// Poker 扑克牌游戏通用玩法接口定义
type Poker interface {
}