15 lines
443 B
Protocol Buffer
15 lines
443 B
Protocol Buffer
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;
|
|
}
|