mirror of
https://codeberg.org/steam-vent/proto-csgo.git
synced 2026-06-03 18:14: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
19
protos/cs_prediction_events.proto
Normal file
19
protos/cs_prediction_events.proto
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
import "networkbasetypes.proto";
|
||||
import "prediction_events.proto";
|
||||
|
||||
enum ECSPredictionEvents {
|
||||
CSPE_DamageTag = 1;
|
||||
CSPE_AddAimPunch = 3;
|
||||
}
|
||||
|
||||
message CCSPredictionEvent_DamageTag {
|
||||
optional float flinch_mod_small = 1;
|
||||
optional float flinch_mod_large = 2;
|
||||
optional float friendly_fire_damage_reduction_ratio = 3;
|
||||
}
|
||||
|
||||
message CCSPredictionEvent_AddAimPunch {
|
||||
optional .CMsgQAngle punch_angle = 1;
|
||||
optional uint32 when_tick = 2;
|
||||
optional float when_tick_frac = 3;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue