Initial version

This commit is contained in:
Lol3rrr
2024-09-15 05:09:15 +02:00
commit c7aa4dbe8c
489 changed files with 124650 additions and 0 deletions

View 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;
}