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"`
|
||||
Projectiles []Projectile `json:"projectiles"`
|
||||
Splosions []Splosion `json:"splosions"`
|
||||
Obstacles []Obstacle `json:"obj"`
|
||||
Objects [][4]int `json:"objects"`
|
||||
Type string `json:"type"`
|
||||
Turn int `json:"turn"`
|
||||
|
Loading…
Reference in New Issue
Block a user