Client initial commit.
This commit is contained in:
6
client/gamedata/gamedata.go
Normal file
6
client/gamedata/gamedata.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package gamedata
|
||||
|
||||
type Coordinates struct {
|
||||
X float64 `json:"X"`
|
||||
Y float64 `json:"Y"`
|
||||
}
|
||||
Reference in New Issue
Block a user