mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
13 lines
391 B
Protocol Buffer
13 lines
391 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
enum FKIEHCEFFHE {
|
|
FKIEHCEFFHE_REASON_NONE = 0;
|
|
FKIEHCEFFHE_REASON_GAME_MAX = 1;
|
|
FKIEHCEFFHE_REASON_CLIENT_VERSION_NOT_LASTEST = 2;
|
|
FKIEHCEFFHE_REASON_RESOURCE_NOT_COMPLETE = 3;
|
|
FKIEHCEFFHE_REASON_TIMEOUT = 4;
|
|
FKIEHCEFFHE_REASON_OPPONENT_CLIENT_VERSION_NOT_LASTEST = 5;
|
|
}
|