master_otnew
PC-202302260912\Administrator 2023-10-20 14:01:42 +08:00
parent 9f5d41082a
commit e1f633d0d9
1 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ option optimize_for = SPEED;
optional int32 rebuildLevel = 4; //
optional int32 fourSpirit = 5;//
repeated Equip bless = 6;//
optional string heroId = 7;//id
}
message SoulPos{
@ -1001,7 +1002,7 @@ option optimize_for = SPEED;
message ViewHeroInfo{
optional Hero hero =1;
repeated Equip equip =2; // 穿Hero
repeated Equip equip =2; // 穿
repeated SpecialEffects SpecialEffects = 3;//
optional int32 force = 4 ; //
}