GC-Proto/proto/MultistagePlayInfoNotify.proto

19 lines
301 B
Protocol Buffer

syntax = "proto3";
import "MultistagePlayInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message MultistagePlayInfoNotify {
enum CEFDLDDACMD {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 5305;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
MultistagePlayInfo info = 5;
}