Skip to content

Commit

Permalink
Merge pull request #26 from SERENCH/dev
Browse files Browse the repository at this point in the history
proto文件cd改int
  • Loading branch information
yihan-wa authored Oct 19, 2024
2 parents efb64f0 + 61ab76e commit b2fe0c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dependency/proto/Message2Clients.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ message MessageOfCharacter
int32 ATK =11;
int32 attack_range = 12;

double skill_cd = 17;
int32 skill_cd = 13;

int32 economy_depletion = 13;
int32 kill_score = 14;
int32 economy_depletion = 14;
int32 kill_score = 15;

int32 hp = 15;
int32 hp = 16;

EquipmentType equipment_type = 16;
EquipmentType equipment_type = 17;
}

message MessageOfBarracks
Expand Down Expand Up @@ -189,4 +189,4 @@ message MessageOfNews
// bool have_message = 1; // 是否有待接收的消息
// int64 from_player_id = 2;
// string message_received = 3;
// }
// }

0 comments on commit b2fe0c4

Please sign in to comment.