From 2a2c8273e7ce4da7c7c68d516fa0a1208bdfc898 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 25 Jul 2019 19:00:56 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 5ae2d5f..a64a0a2 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -593,6 +593,8 @@ message MFRoomMember optional string account_id = 1; //账号id optional string name = 3; //名字 optional string avatar_url = 4; //头像 + optional MFSkin skin = 5; //皮肤id + optional MFSkin tankskin = 6; //坦克皮肤 } //end mfmsg