removing unused field in boardstate
This commit is contained in:
parent
58c084c7ab
commit
c9f0fb08bb
@ -109,7 +109,6 @@ type Boardstate struct {
|
|||||||
OtherRobots []OtherRobot `json:"robots"`
|
OtherRobots []OtherRobot `json:"robots"`
|
||||||
Projectiles []Projectile `json:"projectiles"`
|
Projectiles []Projectile `json:"projectiles"`
|
||||||
Splosions []Splosion `json:"splosions"`
|
Splosions []Splosion `json:"splosions"`
|
||||||
Obstacles []Obstacle `json:"obj"`
|
|
||||||
Objects [][4]int `json:"objects"`
|
Objects [][4]int `json:"objects"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
Turn int `json:"turn"`
|
Turn int `json:"turn"`
|
||||||
|
Loading…
Reference in New Issue
Block a user