last loaded cipher
This commit is contained in:
11
templates.go
11
templates.go
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user