mirror of
https://codeberg.org/steam-vent/proto-csgo.git
synced 2026-06-04 18:44:07 +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
|
|
@ -12,11 +12,14 @@ message CSubtickMoveStep {
|
|||
optional float when = 3;
|
||||
optional float analog_forward_delta = 4;
|
||||
optional float analog_left_delta = 5;
|
||||
optional float pitch_delta = 8;
|
||||
optional float yaw_delta = 9;
|
||||
}
|
||||
|
||||
message CBaseUserCmdPB {
|
||||
optional int32 legacy_command_number = 1;
|
||||
optional int32 client_tick = 2;
|
||||
optional uint32 prediction_offset_ticks_x256 = 17;
|
||||
optional .CInButtonStatePB buttons_pb = 3;
|
||||
optional .CMsgQAngle viewangles = 4;
|
||||
optional float forwardmove = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue