mirror of
https://codeberg.org/steam-vent/proto-csgo.git
synced 2026-06-04 10:34:06 +02:00
Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
parent
b4633fa310
commit
6d40b01547
43 changed files with 14210 additions and 22031 deletions
|
|
@ -18,7 +18,8 @@ enum EDemoCommands {
|
|||
DEM_SpawnGroups = 15;
|
||||
DEM_AnimationData = 16;
|
||||
DEM_AnimationHeader = 17;
|
||||
DEM_Max = 18;
|
||||
DEM_Recovery = 18;
|
||||
DEM_Max = 19;
|
||||
DEM_IsCompressed = 64;
|
||||
}
|
||||
|
||||
|
|
@ -53,7 +54,7 @@ message CGameInfo {
|
|||
message CHeroSelectEvent {
|
||||
optional bool is_pick = 1;
|
||||
optional uint32 team = 2;
|
||||
optional uint32 hero_id = 3;
|
||||
optional int32 hero_id = 3;
|
||||
}
|
||||
|
||||
optional uint64 match_id = 1;
|
||||
|
|
@ -171,3 +172,13 @@ message CDemoUserCmd {
|
|||
message CDemoSpawnGroups {
|
||||
repeated bytes msgs = 3;
|
||||
}
|
||||
|
||||
message CDemoRecovery {
|
||||
message DemoInitialSpawnGroupEntry {
|
||||
optional uint32 spawngrouphandle = 1;
|
||||
optional bool was_created = 2;
|
||||
}
|
||||
|
||||
optional .CDemoRecovery.DemoInitialSpawnGroupEntry initial_spawn_group = 1;
|
||||
optional bytes spawn_group_message = 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue