draft/cube.go
2019-05-31 01:16:15 +02:00

6 lines
50 B
Go

package draft
type Cube struct {
Cards []Card
}