File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ 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 team.team_number ```
24+ Access the model's data by calling the public variable. Example: ```java
25+ team.team_number```
2526
2627Not all data will be automatically added. To configure whether to download extra data,
27- see the * Settings* class and change the booleans statically, such as ``` java Settings.GET_EVENT_ALLIANCE = true. ```
28+ see the * Settings* class and change the booleans statically, such as ```java
29+ Settings.GET_EVENT_ALLIANCE = true.```
2830
2931# Other
3032Report any bugs or suggestions to wdavies973@gmail.com
You can’t perform that action at this time.
0 commit comments