Skip to content

Commit

Permalink
add anno
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 8, 2024
1 parent 92557f0 commit e683ed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/match2/commons/match_group_input_util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,9 @@ function MatchGroupInputUtil.getResultType(winnerInput, finishedInput, opponents
end
end

---@param winnerInput integer|string|nil
---@param finishedInput string?
---@return string? #Match Status
function MatchGroupInputUtil.getMatchStatus(winnerInput, finishedInput)
if MatchGroupInputUtil.isNotPlayed(winnerInput, finishedInput) then
return MatchGroupInputUtil.MATCH_STATUS.NOT_PLAYED
Expand Down

0 comments on commit e683ed2

Please sign in to comment.