格式化代码

This commit is contained in:
flswld
2023-05-22 00:39:02 +08:00
parent f851ad1692
commit 3100e8b147
115 changed files with 38550 additions and 38546 deletions

View File

@@ -3,6 +3,6 @@ syntax = "proto3";
package proto_log;
enum MatchActionType {
MATCH_ACTION_NONE = 0;
MATCH_ACTION_JOIN_TEAM = 1;
MATCH_ACTION_NONE = 0;
MATCH_ACTION_JOIN_TEAM = 1;
}

View File

@@ -3,10 +3,10 @@ syntax = "proto3";
package proto_log;
message MatchLogBodyJoinTeam {
uint32 host_uid = 1;
uint32 guest_uid = 2;
uint32 cost_time = 3;
repeated uint32 uid_list = 4;
uint32 match_type = 5;
uint32 match_target = 6;
uint32 host_uid = 1;
uint32 guest_uid = 2;
uint32 cost_time = 3;
repeated uint32 uid_list = 4;
uint32 match_type = 5;
uint32 match_target = 6;
}

View File

@@ -3,9 +3,9 @@ syntax = "proto3";
package proto_log;
message MatchLogHead {
string time = 1;
uint32 action_id = 2;
string action_name = 3;
uint32 sub_action_id = 4;
string sub_action_name = 5;
string time = 1;
uint32 action_id = 2;
string action_name = 3;
uint32 sub_action_id = 4;
string sub_action_name = 5;
}