mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 20:24:47 +02:00
10 lines
334 B
Protocol Buffer
10 lines
334 B
Protocol Buffer
option optimize_for = SPEED;
|
|
|
|
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;
|
|
}
|