mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 15:50:25 +03:00
13 lines
375 B
Protocol Buffer
13 lines
375 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
enum FKIEHCEFFHE {
|
||
|
FKIEHCEFFHE_ReasonNone = 0;
|
||
|
FKIEHCEFFHE_ReasonGameMax = 1;
|
||
|
FKIEHCEFFHE_ReasonClientVersionNotLastest = 2;
|
||
|
FKIEHCEFFHE_ReasonResourceNotComplete = 3;
|
||
|
FKIEHCEFFHE_ReasonTimeout = 4;
|
||
|
FKIEHCEFFHE_ReasonOpponentClientVersionNotLastest = 5;
|
||
|
}
|