mirror of
https://codeberg.org/steam-vent/proto-csgo.git
synced 2026-06-03 18:14:07 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
b4633fa310
90 changed files with 247724 additions and 0 deletions
17
protos/valveextensions.proto
Normal file
17
protos/valveextensions.proto
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import "google/protobuf/descriptor.proto";
|
||||
|
||||
extend .google.protobuf.FieldOptions {
|
||||
optional bool valve_map_field = 61000 [default = false];
|
||||
optional bool valve_map_key = 61001 [default = false];
|
||||
optional int32 diff_encode_field = 61002 [default = 0];
|
||||
optional bool delta_ignore = 61003 [default = false];
|
||||
optional uint32 steamml_max_entries = 61004 [default = 0];
|
||||
optional bool steamml_is_timestamp = 61005 [default = false];
|
||||
optional uint32 steamlearn_count = 61006 [default = 0];
|
||||
}
|
||||
|
||||
extend .google.protobuf.EnumValueOptions {
|
||||
optional string schema_friendly_name = 1000;
|
||||
optional string schema_description = 1001;
|
||||
optional bool schema_suppress_enumerator = 1002;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue