Add geom file to describe world positions
This commit is contained in:
parent
3620185897
commit
0a1f7a37c4
1 changed files with 6 additions and 0 deletions
6
pkg/game/geom.go
Normal file
6
pkg/game/geom.go
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
package game
|
||||||
|
|
||||||
|
type Position struct {
|
||||||
|
X int `json:"x"`
|
||||||
|
Y int `json:"y"`
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue