Add Name to RegisteredUser
This commit is contained in:
parent
a65787e0d0
commit
29dbc8736b
|
@ -8,6 +8,7 @@ type ClientForServer struct {
|
|||
type RegisteredUser struct {
|
||||
IsRegistered bool
|
||||
ID uint16
|
||||
Name string
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue
Block a user