proto/steam/protos/enums_productinfo.proto
TBK 8ce47e5e16 Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
2025-10-19 15:15:48 +02:00

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