File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,16 @@ Event e = tba.getEvent("casd",2016);
2121```
2222
2323Pulling data will return it's respective * model* such as Event, Team, Match, etc.
24- Access the model's data by calling the public variable. Example: ```java
25- team.team_number```
24+ Access the model's data by calling the public variable. Example:
25+ ``` java
26+ team. team_number
27+ ```
2628
2729Not all data will be automatically added. To configure whether to download extra data,
28- see the * Settings* class and change the booleans statically, such as ```java
29- Settings.GET_EVENT_ALLIANCE = true.```
30+ see the * Settings* class and change the booleans statically, such as
31+ ``` java
32+ Settings . GET_EVENT_ALLIANCE = true .
33+ ```
3034
3135# Other
3236Report any bugs or suggestions to wdavies973@gmail.com
You can’t perform that action at this time.
0 commit comments