GC-Proto/proto/AsterProgressInfoNotify.proto

19 lines
310 B
Protocol Buffer

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