主角修为等级提升
parent
195f28b080
commit
ad0c76fdbc
|
|
@ -373,6 +373,11 @@ import "CommonProto.proto";
|
|||
message UpPracticeLevelResponse{
|
||||
optional int32 practiceLevel = 1;//等级
|
||||
}
|
||||
|
||||
// 修行玩法 主角修为等级提升
|
||||
message XiuxianLevelUpResponse{
|
||||
optional int32 xiuxianLevel = 1;// 主角修为等级
|
||||
}
|
||||
|
||||
|
||||
// 修行玩法 替换紫府神印
|
||||
|
|
|
|||
Loading…
Reference in New Issue