diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 1409478..fb87255 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -108,6 +108,9 @@ import "CommonProto.proto"; message MailReadRequest{ optional string mailId = 1; } + message MailReadResponse{ + optional Mail mailInfo= 1; + } message TakeMailRequest{ repeated string mailIds = 1; }