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