cmd: send group
This commit is contained in:
@@ -5,3 +5,7 @@ type Map struct {
|
||||
Height uint32 `json:"height"`
|
||||
Planet []Planet `json:"planets"`
|
||||
}
|
||||
|
||||
func Destination(x1, y1, x2, y2 float64) float64 {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user