anton.gurov ed5a425dab updates
2019-10-25 18:47:10 +03:00

6 lines
49 B
Go

package gamemap
type Coords struct {
x,y int
}