saving new turn
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package game
|
||||
|
||||
type Map struct {
|
||||
Width uint32
|
||||
Height uint32
|
||||
Planet []Planet
|
||||
Width uint32 `json:"width"`
|
||||
Height uint32 `json:"height"`
|
||||
Planet []Planet `json:"planets"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user