Skip to content

Commit

Permalink
Remove annotations of the old changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Oct 8, 2024
1 parent 53e3085 commit d96a38d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lua/ui/lobby/changelog/ChangelogDialog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ PreferenceKeys = {
--- Toggles the debug interface that shows the various groups that are used to divide the dialog
local debugInterface = false

---@alias PatchNotesType "Hotfix"|"Developers patch"|"Balance patch"

---@class PatchNotes
---@field version number | string # Patch version
---@field hasPrettyGithubRelease boolean # URL to the release on Github
---@field name PatchNotesType # Patch type
---@field hasPrettyPatchnotes boolean # Refers to patchnotes.faforever.com, defaults to false
---@field descriptionFR string[] # French translation
---@field descriptionRU string[] # Russian translation
---@field description string[] # Default changelog in English

---@type TrashBag
local ModuleTrash = TrashBag()

Expand Down

0 comments on commit d96a38d

Please sign in to comment.