Add activation-codes and registration. Added tooltips. Added player-score-cache-display in mainpage.
This commit is contained in:
6
models/code.go
Normal file
6
models/code.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type ActivationCode struct {
|
||||
Code string
|
||||
Used bool
|
||||
}
|
||||
Reference in New Issue
Block a user