diff --git a/communication/types.go b/communication/types.go index 906e20c..629a0f2 100644 --- a/communication/types.go +++ b/communication/types.go @@ -8,6 +8,7 @@ type ClientForServer struct { type RegisteredUser struct { IsRegistered bool ID uint16 + Name string } const (