mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
10 lines
169 B
Protocol Buffer
10 lines
169 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
enum DataResVersionOpType {
|
|
DATA_RES_VERSION_OP_TYPE_NONE = 0;
|
|
DATA_RES_VERSION_OP_TYPE_RELOGIN = 1;
|
|
DATA_RES_VERSION_OP_TYPE_MP_RELOGIN = 2;
|
|
}
|