21 lines
359 B
Protocol Buffer
21 lines
359 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "ResVersionConfig.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message GetNextResourceInfoRsp {
|
|
enum CFMLDJCOIGD {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 189;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
ResVersionConfig nextResVersionConfig = 5;
|
|
int32 retcode = 9;
|
|
string nextResourceUrl = 1;
|
|
}
|