mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
10 lines
117 B
Protocol Buffer
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;
|
|
}
|