GC-Proto/unimplemented/NJGJFMECPKA.proto

14 lines
329 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum NJGJFMECPKA {
2024-08-28 06:45:47 +03:00
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;
2024-08-27 22:55:06 +03:00
}