GC-Proto/proto/AsterLargeInfoNotify.proto
2023-02-18 09:48:44 +08:00

20 lines
316 B
Protocol Buffer

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