皮肤协议

master_huanxiang
lvxinran 2020-10-31 05:04:41 +08:00
parent 025662706d
commit fefd9ee1ec
2 changed files with 9 additions and 0 deletions

View File

@ -271,6 +271,10 @@ import "CommonProto.proto";
message GetAllSkinResponse{
repeated SkinInfo skinInfo = 1;
}
message ChangeSkinRequest{
optional string heroId = 1;
optional int32 skinId = 2;
}

View File

@ -516,6 +516,11 @@ enum MessageType{
HERO_LOCK_CHANGE_REQUEST = 10707 ;//
HERO_LOCK_CHANGE_RESPONSE = 10708;
HERO_SKIN_GET_ALL_REQUEST = 10709;//
HERO_SKIN_GET_ALL_RESPONSE = 10710;
HERO_SKIN_CHANGE_REQUEST = 10711;//
HERO_SKIN_CHANGE_RESPONSE = 10712;
// I 10800
// J 10900