diff --git a/pkg/game/rover.go b/pkg/game/rover.go index 6829de7..3952774 100644 --- a/pkg/game/rover.go +++ b/pkg/game/rover.go @@ -11,7 +11,7 @@ type RoverAttributes struct { Range int `json:"range"` // Name of this rover - Name string + Name string `json:"name"` // Pos represents where this rover is in the world Pos Vector `json:"pos"`