mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 20:24:47 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
d936a6049b
237 changed files with 607341 additions and 0 deletions
14
steam/protos/enums_productinfo.proto
Normal file
14
steam/protos/enums_productinfo.proto
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import "steammessages_base.proto";
|
||||
|
||||
option optimize_for = SPEED;
|
||||
option cc_generic_services = true;
|
||||
option (force_php_generation) = true;
|
||||
|
||||
enum EContentDescriptorID {
|
||||
k_EContentDescriptor_NudityOrSexualContent = 1;
|
||||
k_EContentDescriptor_FrequentViolenceOrGore = 2;
|
||||
k_EContentDescriptor_AdultOnlySexualContent = 3;
|
||||
k_EContentDescriptor_GratuitousSexualContent = 4;
|
||||
k_EContentDescriptor_AnyMatureContent = 5;
|
||||
k_EContentDescriptorMAX = 6;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue