diff --git a/shared/src/commonMain/kotlin/com/adammcneilly/pocketleague/shared/models/GameTeamResult.kt b/shared/src/commonMain/kotlin/com/adammcneilly/pocketleague/shared/models/GameTeamResult.kt index 521b5164e..cffbb0e82 100644 --- a/shared/src/commonMain/kotlin/com/adammcneilly/pocketleague/shared/models/GameTeamResult.kt +++ b/shared/src/commonMain/kotlin/com/adammcneilly/pocketleague/shared/models/GameTeamResult.kt @@ -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,