draft/cube.go

6 lines
50 B
Go
Raw Normal View History

2019-05-30 23:16:15 +00:00
package draft
type Cube struct {
Cards []Card
}