krampus19/soko/moves.go

7 lines
63 B
Go
Raw Permalink Normal View History

package soko
type Moves struct {
All [4]int
Valid []int
}