GC-Proto/proto/GetUgcType.proto
2023-01-28 22:00:48 +08:00

10 lines
117 B
Protocol Buffer

syntax = "proto3";
enum GetUgcType {
GET_UGC_TYPE_NONE = 0;
GET_UGC_TYPE_MINE = 1;
GET_UGC_TYPE_PUBLISH = 2;
}