Versions in this module Expand all Collapse all v0 v0.9.9 Jun 4, 2026 v0.9.8 Jun 4, 2026 Changes in this version + type Election struct + NomineeIds []int + Nominees []string + StartRound uint64 + Title string + Votes map[int]int + Zone string + type ElectionsModule struct + type ElectionsState struct + ActiveElection *Election + Coffers map[string]int + TaxRates map[string]int + Winners map[string]Winner + type Winner struct + CharacterName string + LastElectionRound uint64 + Title string + UserId int