We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffa9fd commit c0b3cc1Copy full SHA for c0b3cc1
deadlock/citadel_gcmessages_server.proto
@@ -499,6 +499,9 @@ message CMsgServerSignoutData_PlayerBehavior {
499
optional uint32 total_inactive_time = 12;
500
optional uint32 total_disconnect_time = 13;
501
optional uint32 first_team_chat_gametime = 14;
502
+ optional uint32 first_all_chat_time = 15;
503
+ optional uint32 first_voice_chat_time = 16;
504
+ optional uint32 first_team_chat_time = 17;
505
}
506
507
repeated .CMsgServerSignoutData_PlayerBehavior.Player players = 1;
0 commit comments