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