diff --git a/Client/Content/TurboLinkTest/UI/WBP_TimeService_BP.uasset b/Client/Content/TurboLinkTest/UI/WBP_TimeService_BP.uasset index f50e058..1a1ea44 100644 Binary files a/Client/Content/TurboLinkTest/UI/WBP_TimeService_BP.uasset and b/Client/Content/TurboLinkTest/UI/WBP_TimeService_BP.uasset differ diff --git a/Client/Content/TurboLinkTest/UI/WBP_UserService_BP.uasset b/Client/Content/TurboLinkTest/UI/WBP_UserService_BP.uasset index 5298d4a..54375a6 100644 Binary files a/Client/Content/TurboLinkTest/UI/WBP_UserService_BP.uasset and b/Client/Content/TurboLinkTest/UI/WBP_UserService_BP.uasset differ diff --git a/Common/proto/user.proto b/Common/proto/user.proto index ead31dc..76dc445 100644 --- a/Common/proto/user.proto +++ b/Common/proto/user.proto @@ -26,6 +26,12 @@ message RegisterRequest { map ext_int = 15; google.protobuf.Value google_value = 16; + + uint64 int64_value = 17; + uint32 int32_value = 18; + double double_value = 19; + float float_value=20; + sint64 sint64_value = 21; message Address { string address = 1;