mirror of
https://github.com/arnaucube/gogame.git
synced 2026-02-06 19:16:40 +01:00
minimal register&login working
This commit is contained in:
@@ -8,6 +8,7 @@ type Resource struct {
|
||||
type User struct {
|
||||
Id string
|
||||
Name string
|
||||
Password string
|
||||
Email string
|
||||
Resources struct {
|
||||
Metal Resource
|
||||
|
||||
Reference in New Issue
Block a user