7 lines
132 B
Protocol Buffer
7 lines
132 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: BKNDPKGIHLP
|
|
enum ClientReconnectReason {
|
|
CLIENT_RECONNNECT_NONE = 0;
|
|
CLIENT_RECONNNECT_QUIT_MP = 1;
|
|
}
|