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