GC-Proto/proto/AsterProgressInfoNotify.proto

20 lines
324 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "AsterProgressDetailInfo.proto";
message AsterProgressInfoNotify {
//enum LIELBIINANH {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 2091;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
AsterProgressDetailInfo info = 7;
}