GC-Proto/proto/AsterLargeInfoNotify.proto

19 lines
302 B
Protocol Buffer

syntax = "proto3";
import "AsterLargeDetailInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message AsterLargeInfoNotify {
enum HICENMJODEB {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 2185;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
AsterLargeDetailInfo info = 12;
}