1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Update protobufs after 26/04/2024 CS2 update (#232)

This commit is contained in:
xen
2024-04-26 16:09:26 +03:00
committed by GitHub
parent c1d5e34553
commit e5feddeae9
2 changed files with 3 additions and 0 deletions

View File

@ -31,4 +31,5 @@ message CSGOUserCmdPB {
optional int32 attack1_start_history_index = 6 [default = -1];
optional int32 attack2_start_history_index = 7 [default = -1];
optional int32 attack3_start_history_index = 8 [default = -1];
optional bool left_hand_desired = 9 [default = false];
}

View File

@ -605,6 +605,7 @@ message CMsgGCCStrike15_v2_MatchmakingServerRoundStats {
repeated int32 player_spawned = 29;
repeated int32 team_spawn_count = 30;
optional uint32 max_rounds = 31;
optional int32 map_id = 32;
}
message CMsgGCCStrike15_v2_MatchmakingClient2GCHello {
@ -630,6 +631,7 @@ message CMsgGCCStrike15_v2_MatchmakingGC2ClientHello {
optional int32 player_cur_xp = 18;
optional int32 player_xp_bonus_flags = 19;
repeated .PlayerRankingInfo rankings = 20;
optional uint64 owcaseid = 21;
}
message CMsgGCCStrike15_v2_AccountPrivacySettings {