diff --git a/lib/Api.html b/lib/Api.html index 569849a..d5acb2a 100644 --- a/lib/Api.html +++ b/lib/Api.html @@ -206,14 +206,14 @@
Makes the /api/getMeteoroid call to the api.
A dictionary with all scores included like: {“self”:2,”opponent”:0}
+A list will all meteoroids currently on the game field. Meteoroids are dictionaries that look like: {“x”: 0, “y”: 0}
Tuple[Dict, int]
+Tuple[List[Dict], int]