mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Update protobufs after 26/04/2024 CS2 update (#232)
This commit is contained in:
@ -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];
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user