Skip to content

Commit

Permalink
Merge pull request #897 from argonui/annotation
Browse files Browse the repository at this point in the history
Removed outdated annotation
  • Loading branch information
Chr1Z93 authored Oct 5, 2024
2 parents 9704b06 + 8c3d8a4 commit f907371
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/Global.ttslua
Original file line number Diff line number Diff line change
Expand Up @@ -2485,8 +2485,6 @@ function TokenManager.replenishTokens(card, useInfo)
end

-- adds a use to a card
---@param card tts__Object Card that should get a use added
---@param useType string Type of uses to be added
function TokenManager.addUseToCard(params)
local card = params.card
local useType = params.useType
Expand Down

0 comments on commit f907371

Please sign in to comment.