package player type Account struct { Name string `yaml:"name"` PasswordHash string `yaml:"password_hash"` Characters []string `yaml:"characters"` }