主角技能添加性别字段
parent
e761da165d
commit
4b8c0d895d
|
|
@ -124,6 +124,7 @@ option optimize_for = SPEED;
|
|||
optional int32 skinId = 6;//皮肤
|
||||
optional string realId = 7;//唯一id
|
||||
optional int64 forceScore = 8;//历史最高战斗力
|
||||
optional int32 playerSex=9;//用户性别(为了主角技能施法展示)
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -134,6 +135,7 @@ option optimize_for = SPEED;
|
|||
optional string specialPassive = 4; // 特殊标记(猎妖之路 圣物被动情况)
|
||||
optional int32 firstCamp = 5;//出手优先级 0默认我方先出
|
||||
optional int64 forceScore = 6;//历史最高战斗力
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue