2019-10-26 23:32:32 +03:00

6 lines
50 B
Go

package gamemap
type Coords struct {
x, y int
}