14 lines
329 B
Protocol Buffer
14 lines
329 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
enum NJGJFMECPKA {
|
|
NJGJFMECPKA_NONE = 0;
|
|
NJGJFMECPKA_CREATE_CONNECT = 1;
|
|
NJGJFMECPKA_START_GAME = 2;
|
|
NJGJFMECPKA_PING = 3;
|
|
NJGJFMECPKA_FINISH_GAME = 4;
|
|
NJGJFMECPKA_SNAP_SHOT = 5;
|
|
NJGJFMECPKA_ACTION = 6;
|
|
}
|