coordinate.go 59 B

123456
  1. package board
  2. type Coordinate struct {
  3. X int64
  4. Y int64
  5. }