last loaded cipher

This commit is contained in:
2025-10-28 17:00:46 +01:00
parent 94440e78de
commit cbe7ddc51b
6 changed files with 20 additions and 17 deletions

View File

@@ -19,11 +19,12 @@ type CipherTemplateS struct {
}
type TeamTemplateS struct {
ID int
TeamName string
Difficulty string
LastCipher int
Penalties int
ID int
TeamName string
Difficulty string
LastCipher int
LastLoadedCipher int
Penalties int
}
type DifficultyLevelS struct {