GSServer-CBT/soggy-mistress/proto/ClientReconnectReason.proto

7 lines
112 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
enum ClientReconnectReason {
CLIENT_RECONNNECT_NONE = 0;
CLIENT_RECONNNECT_QUIT_MP = 1;
}