diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index cfdc6d2..4806594 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -296,11 +296,8 @@ option optimize_for = SPEED; } - message Team{ - optional int32 heroTid =1; - optional int32 star = 2; - optional in32 level = 3; + repeated int32 heroTid =1; } message ArenaEnemy{