7 lines
112 B
Protocol Buffer
7 lines
112 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
enum ClientReconnectReason {
|
||
|
CLIENT_RECONNNECT_NONE = 0;
|
||
|
CLIENT_RECONNNECT_QUIT_MP = 1;
|
||
|
}
|