Add Name to RegisteredUser

This commit is contained in:
qowevisa 2024-06-12 21:11:38 +03:00
parent a65787e0d0
commit 29dbc8736b

View File

@ -8,6 +8,7 @@ type ClientForServer struct {
type RegisteredUser struct {
IsRegistered bool
ID uint16
Name string
}
const (