14 lines
325 B
Protocol Buffer
14 lines
325 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
enum NJGJFMECPKA {
|
||
|
NJGJFMECPKA_None = 0;
|
||
|
NJGJFMECPKA_CreateConnect = 1;
|
||
|
NJGJFMECPKA_StartGame = 2;
|
||
|
NJGJFMECPKA_Ping = 3;
|
||
|
NJGJFMECPKA_FinishGame = 4;
|
||
|
NJGJFMECPKA_SnapShot = 5;
|
||
|
NJGJFMECPKA_Action = 6;
|
||
|
}
|