GC-Proto/unimplemented/NJGJFMECPKA.proto

14 lines
325 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 {
NJGJFMECPKA_None = 0;
NJGJFMECPKA_CreateConnect = 1;
NJGJFMECPKA_StartGame = 2;
NJGJFMECPKA_Ping = 3;
NJGJFMECPKA_FinishGame = 4;
NJGJFMECPKA_SnapShot = 5;
NJGJFMECPKA_Action = 6;
}