6 lines
88 B
Go
6 lines
88 B
Go
package game
|
|
|
|
// Poker 扑克牌游戏通用玩法接口定义
|
|
type Poker interface {
|
|
}
|
package game
|
|
|
|
// Poker 扑克牌游戏通用玩法接口定义
|
|
type Poker interface {
|
|
}
|