GC-Proto/proto/GetUgcType.proto

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