pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
422 B
14 lines
422 B
syntax = "proto2";
|
|
import "steammessages_base.proto";
|
|
|
|
option optimize_for = SPEED;
|
|
option py_generic_services = true;
|
|
option (force_php_generation) = true;
|
|
|
|
enum EContentDescriptorID {
|
|
k_EContentDescriptor_FrequentNudityOrSexualContent = 1;
|
|
k_EContentDescriptor_FrequentViolenceOrGore = 2;
|
|
k_EContentDescriptor_StrongSexualContent = 3;
|
|
k_EContentDescriptor_UNUSED_4 = 4;
|
|
k_EContentDescriptor_AnyMatureContent = 5;
|
|
}
|
|
|