删除英雄属性
parent
9ccd7790bb
commit
b0efd8fe01
|
@ -49,14 +49,8 @@ option optimize_for = SPEED;
|
|||
optional int32 star = 5;
|
||||
optional int32 skinId = 6;
|
||||
|
||||
optional int32 hp= 7;
|
||||
optional int32 attack= 8;
|
||||
optional int32 pDefence= 9;
|
||||
optional int32 mDefence= 10;
|
||||
optional int32 speed= 11;
|
||||
|
||||
repeated int32 skillIdList = 12;
|
||||
repeated string equipIdList = 13;
|
||||
repeated int32 skillIdList = 7;
|
||||
repeated string equipIdList = 8;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue