Skip to content

Commit

Permalink
Doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 committed Apr 27, 2022
1 parent 2e8fcb9 commit 8b50f20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package com.adammcneilly.pocketleague.shared.models
* @property[winner] True if this team won the specific game.
* @property[matchWinner] True if this team won the match between both teams.
* @property[team] Detailed information about the [Team] playing in the match.
* @property[teamStats] The detailed [Stats] for this [team] in the game.
*/
data class GameTeamResult(
val goals: Int = -1,
Expand Down

0 comments on commit 8b50f20

Please sign in to comment.