Skip to content

Commit

Permalink
extradata interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Dec 10, 2024
1 parent 0fefcc6 commit 61efb80
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@ end
-- map related functions
--

---@param match table
---@param map table
---@param opponents table[]
---@return table
function MapFunctions.getExtraData(map)
function MapFunctions.getExtraData(match, map, opponents)

return {
dateexact = map.dateexact,
comment = map.comment,
Expand Down

0 comments on commit 61efb80

Please sign in to comment.